mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix missing variable Mvideos
This commit is contained in:
parent
2d1f1841a5
commit
2465b4a3dd
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue