mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 08:06:35 +00:00
add multiselect help text
This commit is contained in:
@@ -84,12 +84,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
|
||||
foreach (var localItem in localItems)
|
||||
{
|
||||
// TODO: Remove this after a while
|
||||
if (string.IsNullOrWhiteSpace(localItem.FileId))
|
||||
{
|
||||
jobItemIds.Add(localItem.SyncJobItemId);
|
||||
}
|
||||
else if (remoteIds.Contains(localItem.FileId, StringComparer.OrdinalIgnoreCase))
|
||||
if (remoteIds.Contains(localItem.FileId, StringComparer.OrdinalIgnoreCase))
|
||||
{
|
||||
jobItemIds.Add(localItem.SyncJobItemId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user