musicvideos.py - remove __getitem__

This commit is contained in:
TrueTechy 2019-09-09 01:54:46 +01:00
parent 51ccbfbce0
commit 6ac266688a

View file

@ -34,16 +34,6 @@ class MusicVideos(KodiDb):
KodiDb.__init__(self, videodb.cursor)
def __getitem__(self, key):
LOG.debug("__getitem__(%r)", key)
if key == 'MusicVideo':
return self.musicvideo
elif key == 'UserData':
return self.userdata
elif key in 'Removed':
return self.remove
@stop()
@jellyfin_item()
@library_check()