mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-05-05 14:04:49 +08:00
Chore: reformat code style
This commit is contained in:
@@ -76,7 +76,7 @@ public class OrganizeMetadataTask : IScheduledTask
|
||||
#endif
|
||||
}).ToList();
|
||||
|
||||
foreach (var (idx, item) in outdatedItems.WithIndex())
|
||||
foreach (var item in outdatedItems)
|
||||
{
|
||||
if (item.HasProviderId(Plugin.Instance.Name)) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user