Remove unused dict

This commit is contained in:
Abby Gourlay 2020-08-02 16:06:04 +01:00
parent cc899931ed
commit da6c754d90

View file

@ -177,12 +177,6 @@ class Views(object):
''' Get the media folders. Add or remove them. Do not proceed if issue getting libraries. ''' Get the media folders. Add or remove them. Do not proceed if issue getting libraries.
''' '''
media = {
'movies': "Movie",
'tvshows': "Series",
'musicvideos': "MusicVideo"
}
try: try:
libraries = self.get_libraries() libraries = self.get_libraries()
except IndexError as error: except IndexError as error: