mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Fix SA1508 in LyricScheduledTask
Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
@@ -149,7 +149,6 @@ public class LyricScheduledTask : IScheduledTask
|
||||
|
||||
startIndex += QueryPageLimit;
|
||||
previousCount = audioItems.Count;
|
||||
|
||||
} while (previousCount > 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user