mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
switch providers to use CachePath for storage
This commit is contained in:
@@ -664,6 +664,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
}
|
||||
|
||||
dto.DisplayMediaType = item.DisplayMediaType;
|
||||
dto.IsUnidentified = item.IsUnidentified;
|
||||
|
||||
if (fields.Contains(ItemFields.Settings))
|
||||
{
|
||||
@@ -1092,6 +1093,8 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
{
|
||||
dto.DisplaySpecialsWithSeasons = series.DisplaySpecialsWithSeasons;
|
||||
}
|
||||
|
||||
dto.AnimeSeriesIndex = series.AnimeSeriesIndex;
|
||||
}
|
||||
|
||||
if (episode != null)
|
||||
|
||||
Reference in New Issue
Block a user