mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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;
|
startIndex += QueryPageLimit;
|
||||||
previousCount = audioItems.Count;
|
previousCount = audioItems.Count;
|
||||||
|
|
||||||
} while (previousCount > 0);
|
} while (previousCount > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user