mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 11:22:53 +01:00
add playback of in-progress recordings
This commit is contained in:
@@ -170,6 +170,14 @@ namespace MediaBrowser.Providers.Manager
|
||||
}
|
||||
}
|
||||
|
||||
if (!lockedFields.Contains(MetadataFields.ProductionLocations))
|
||||
{
|
||||
if (replaceData || target.ProductionLocations.Count == 0)
|
||||
{
|
||||
target.ProductionLocations = source.ProductionLocations;
|
||||
}
|
||||
}
|
||||
|
||||
if (replaceData || !target.VoteCount.HasValue)
|
||||
{
|
||||
target.VoteCount = source.VoteCount;
|
||||
|
||||
Reference in New Issue
Block a user