Merge pull request #8775 from SenorSmartyPants/DVRMetadata

Fixes https://github.com/jellyfin/jellyfin/issues/5178
This commit is contained in:
Bond-009
2023-01-03 12:01:32 +01:00
committed by GitHub
3 changed files with 25 additions and 13 deletions

View File

@@ -320,7 +320,7 @@ namespace MediaBrowser.Controller.Entities.TV
if (!IsLocked)
{
if (SourceType == SourceType.Library)
if (SourceType == SourceType.Library || SourceType == SourceType.LiveTV)
{
try
{