Queue refresh after subtitle upload + minor fixes

This commit is contained in:
cvium
2021-10-04 21:12:09 +02:00
parent 647c080ef7
commit 229917a2f8
2 changed files with 17 additions and 9 deletions

View File

@@ -417,6 +417,8 @@ namespace Jellyfin.Api.Controllers
IsForced = body.IsForced,
Stream = memoryStream
}).ConfigureAwait(false);
_providerManager.QueueRefresh(video.Id, new MetadataRefreshOptions(new DirectoryService(_fileSystem)), RefreshPriority.High);
return NoContent();
}