Merge pull request #12507 from gnattu/fix-SA1508-lyrics

Fix SA1508 in LyricScheduledTask
This commit is contained in:
Bond-009 2024-08-24 01:08:29 +02:00 committed by GitHub
commit 73fe6fc4b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,6 @@ public class LyricScheduledTask : IScheduledTask
startIndex += QueryPageLimit;
previousCount = audioItems.Count;
} while (previousCount > 0);
}