mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
Post GPL cleanup
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Model.Sync;
|
||||
|
||||
namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
@@ -108,7 +106,7 @@ namespace MediaBrowser.Model.Sync
|
||||
|
||||
public SyncJob()
|
||||
{
|
||||
RequestedItemIds = new Guid[] { };
|
||||
RequestedItemIds = Array.Empty<Guid>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user