mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-16 22:35:07 +00:00
Fix some tuples
This commit is contained in:
parent
233192863a
commit
fd9cde6008
3 changed files with 3 additions and 3 deletions
|
@ -250,7 +250,7 @@ class Views(object):
|
|||
if view['Media'] in ('movies', 'tvshows', 'musicvideos'):
|
||||
self.add_playlist(playlist_path, view)
|
||||
|
||||
if view['Media'] not in ('music'):
|
||||
if view['Media'] not in ('music',):
|
||||
self.add_nodes(node_path, view)
|
||||
|
||||
index += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue