Skip to content

Commit

Permalink
function not self
Browse files Browse the repository at this point in the history
  • Loading branch information
lusum committed Mar 22, 2023
1 parent 75fb1cb commit 8050e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/ampache_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def onNotification(self, sender, method, data):
try:
file_url = xbmc.Player().getPlayingFile()
#it is not our file
if not (self.get_objectId_from_fileURL( file_url )):
if not (get_objectId_from_fileURL( file_url )):
return
except:
xbmc.log("AmpacheMonitor::no playing file " , xbmc.LOGDEBUG)
Expand Down

0 comments on commit 8050e79

Please sign in to comment.