feat: Jellyfin Plugin UI Integration #51
@@ -48,6 +48,8 @@ public class MovieNightSyncService
|
|||||||
{
|
{
|
||||||
_logger.LogInformation("Starting MovieNight library sync");
|
_logger.LogInformation("Starting MovieNight library sync");
|
||||||
|
|
||||||
|
cancellationToken.ThrowIfCancellationRequested();
|
||||||
|
|
||||||
var items = _libraryManager.GetItemList(new InternalItemsQuery
|
var items = _libraryManager.GetItemList(new InternalItemsQuery
|
||||||
{
|
{
|
||||||
IncludeItemTypes = new[] { BaseItemKind.Movie },
|
IncludeItemTypes = new[] { BaseItemKind.Movie },
|
||||||
|
|||||||
Reference in New Issue
Block a user