Fix SA1508 in LyricScheduledTask

Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
gnattu 2024-08-24 06:59:48 +08:00
parent 7691b11f33
commit 7da787609b

View File

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