fix typos

This commit is contained in:
Luke Pulverenti 2014-02-21 16:58:00 -05:00
parent 8f22edb503
commit f29a2b49ef
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ namespace MediaBrowser.Providers.Movies
public bool Supports(IHasProviderIds item) public bool Supports(IHasProviderIds item)
{ {
return !(item is Person); return item is Movie || item is Trailer || item is MusicVideo || item is Series || item is Episode;
} }
} }

View File

@ -77,7 +77,7 @@ namespace MediaBrowser.Providers.Music
{ {
public string Name public string Name
{ {
get { return "TheAudioDb"; } get { return "TheAudioDb Artist"; }
} }
public string Key public string Key