| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed (#2149)
|
|
|
|
|
|
|
|
Add tvrage and imdb ids for episodes
|
|
|
|
|
|
|
|
```
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem
item, IRemoteImageProvider provider, IReadOnlyCollection`1
preferredLanguages, CancellationToken cancellationToken,
Nullable`1 type) in
/home/bond/dev/jellyfin/MediaBrowser.Providers/Manager/ProviderManager.cs:line
280
```
|
|
|
|
|
|
Use imdbid as fallback in movie provider
|
|
Includes post-ProviderIdExtensions cleanup
|
|
|
|
TMDb API returns all images if languages are excluded, which is needed for the All Languages toggle in Identify.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
|
|
|
|
|
|
Fix some warnings
|
|
|
|
|
|
|
|
Minor improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|