fix: include selection state in queue render fingerprint so numbered selectors update visually
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6b97039471
commit
0133569104
@ -35,7 +35,7 @@ function getQueueRenderFingerprint(items: QueueItem[]): string {
|
|||||||
item.mergeGroup?.mergePhase || ''
|
item.mergeGroup?.mergePhase || ''
|
||||||
].join(':'));
|
].join(':'));
|
||||||
|
|
||||||
return `${lang}|${pieces.join('|')}`;
|
return `${lang}|${selectedQueueIds.join(',')}|${pieces.join('|')}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function hasActiveQueueDuplicate(url: string, streamer: string, date: string, customClip?: CustomClip): boolean {
|
function hasActiveQueueDuplicate(url: string, streamer: string, date: string, customClip?: CustomClip): boolean {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user