mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-07 11:23:33 -05:00
Fix SA1508 in LyricScheduledTask
Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
7691b11f33
commit
7da787609b
@ -149,7 +149,6 @@ public class LyricScheduledTask : IScheduledTask
|
||||
|
||||
startIndex += QueryPageLimit;
|
||||
previousCount = audioItems.Count;
|
||||
|
||||
} while (previousCount > 0);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user