You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smartplaylist: Fix duplicate entries and count bug
Deduplicate playlist output by URI instead of comparing bytes to
PlaylistItem objects. Increment matched/pretend counts only when a new
entry is actually added. This prevents duplicate lines when the same
track is reached via multiple query paths.
0 commit comments