File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,8 @@ def __scrobble(self, status):
257
257
self .__scrobbleNotification (response )
258
258
logger .debug ("Scrobble response: %s" % str (response ))
259
259
return response
260
+ else :
261
+ logger .debug ("Failed to scrobble movie: %s | %s | %s" % (self .curVideoInfo , watchedPercent , status ))
260
262
261
263
elif utilities .isEpisode (self .curVideo ['type' ]) and scrobbleEpisodeOption :
262
264
if self .isMultiPartEpisode :
@@ -270,6 +272,10 @@ def __scrobble(self, status):
270
272
self .__scrobbleNotification (response )
271
273
logger .debug ("Scrobble response: %s" % str (response ))
272
274
return response
275
+ else :
276
+ logger .debug ("Failed to scrobble episode: %s | %s | %s | %s" % (self .traktShowSummary ,
277
+ self .curVideoInfo , watchedPercent ,
278
+ status ))
273
279
274
280
def __scrobbleNotification (self , info ):
275
281
if not self .curVideoInfo :
You can’t perform that action at this time.
0 commit comments