Add notification parameters for MusicBrainz lookup
This commit is contained in:
@@ -679,7 +679,8 @@ class PrettyMetadata(object):
|
||||
def get_music_providers():
|
||||
return {'': '',
|
||||
'plexweb': 'Plex Web',
|
||||
'lastfm': 'Last.fm'
|
||||
'lastfm': 'Last.fm',
|
||||
'musicbrainz': 'MusicBrainz'
|
||||
}
|
||||
|
||||
def get_poster_url(self):
|
||||
@@ -707,6 +708,8 @@ class PrettyMetadata(object):
|
||||
provider_name = 'Trakt.tv'
|
||||
elif provider == 'lastfm':
|
||||
provider_name = 'Last.fm'
|
||||
elif provider == 'musicbrainz':
|
||||
provider_name = 'MusicBrainz'
|
||||
# else:
|
||||
# if self.media_type == 'movie':
|
||||
# provider_name = 'IMDb'
|
||||
|
Reference in New Issue
Block a user