Fix missing variable Mvideos

This commit is contained in:
angelblue05 2016-10-27 04:14:05 -05:00
parent 2d1f1841a5
commit 2465b4a3dd
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ class MusicVideos(Items):
self.kodi_db = _kodi_musicvideos.KodiMusicVideos(self.kodicursor)
self.pdialog = pdialog
self.new_time = int(settings('newvideotime'))*1000
Items.__init__(self)
def _get_func(self, item_type, action):