mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 18:50:26 +00:00
Merge pull request #12507 from gnattu/fix-SA1508-lyrics
Fix SA1508 in LyricScheduledTask
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