feat: Jellyfin Plugin UI Integration #51

Merged
devitq merged 13 commits from feature/jellyfin-plugin-ui-integration-2323592149917875874 into feat/implement-jellyfin-plugin-46 2026-05-22 13:36:25 +00:00
Showing only changes of commit 07c9995c3c - Show all commits
@@ -48,6 +48,8 @@ public class MovieNightSyncService
{
_logger.LogInformation("Starting MovieNight library sync");
cancellationToken.ThrowIfCancellationRequested();
var items = _libraryManager.GetItemList(new InternalItemsQuery
{
IncludeItemTypes = new[] { BaseItemKind.Movie },
3