fix: Tensor SoC detection for internal model IDs

This commit is contained in:
edde746
2026-03-25 04:15:34 +01:00
parent 8d56171bd2
commit 23043c61f4
2 changed files with 10 additions and 1 deletions
@@ -121,6 +121,12 @@ class _LibraryBrowseTabState extends BaseLibraryTabState<PlexMetadata, LibraryBr
return;
}
}
// If neither the item nor its parents are loaded (evicted), the event
// was already filtered by DeletionAware's upstream check against
// deletionGlobalKeys/deletionRatingKeys, so this point is unreachable.
// The grid self-corrects when _fetchRange updates _totalSize from the
// server response on the next scroll.
}
/// Remove an item at [index] and shift all higher indices down by 1