mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Merge pull request #12507 from gnattu/fix-SA1508-lyrics
Fix SA1508 in LyricScheduledTask
This commit is contained in:
commit
73fe6fc4b6
@ -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…
Reference in New Issue
Block a user