mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix typos
This commit is contained in:
parent
8f22edb503
commit
f29a2b49ef
@ -163,7 +163,7 @@ namespace MediaBrowser.Providers.Movies
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -77,7 +77,7 @@ namespace MediaBrowser.Providers.Music
|
||||
{
|
||||
public string Name
|
||||
{
|
||||
get { return "TheAudioDb"; }
|
||||
get { return "TheAudioDb Artist"; }
|
||||
}
|
||||
|
||||
public string Key
|
||||
|
Loading…
x
Reference in New Issue
Block a user