mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-13 13:46:24 +00:00
update omdb provider name
This commit is contained in:
@@ -47,7 +47,7 @@ namespace MediaBrowser.Providers.Omdb
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "IMDb via The Open Movie Database"; }
|
||||
get { return "The Open Movie Database"; }
|
||||
}
|
||||
|
||||
public async Task<MetadataResult<Series>> GetMetadata(SeriesInfo info, CancellationToken cancellationToken)
|
||||
|
||||
Reference in New Issue
Block a user