Pārlūkot izejas kodu

Update Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs

Co-authored-by: Bond-009 <bond.009@outlook.com>
Tim Eisele 1 gadu atpakaļ
vecāks
revīzija
bce45992d9

+ 1 - 1
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs

@@ -112,7 +112,7 @@ public class CleanupCollectionAndPlaylistPathsTask : IScheduledTask
     private void CleanupLinkedChildren<T>(T folder, CancellationToken cancellationToken)
         where T : Folder
     {
-        List<LinkedChild> itemsToRemove = null;
+        List<LinkedChild>? itemsToRemove = null;
         foreach (var linkedChild in folder.LinkedChildren)
         {
             if (!File.Exists(folder.Path))