mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove unused dict
This commit is contained in:
parent
cc899931ed
commit
da6c754d90
1 changed files with 0 additions and 6 deletions
|
@ -177,12 +177,6 @@ class Views(object):
|
|||
|
||||
''' Get the media folders. Add or remove them. Do not proceed if issue getting libraries.
|
||||
'''
|
||||
media = {
|
||||
'movies': "Movie",
|
||||
'tvshows': "Series",
|
||||
'musicvideos': "MusicVideo"
|
||||
}
|
||||
|
||||
try:
|
||||
libraries = self.get_libraries()
|
||||
except IndexError as error:
|
||||
|
|
Loading…
Reference in a new issue