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
Refactor quality badge tint logic; bump version (b7a6049)
Rework tintColor computation in lib/imageRenderer.ts to simplify nested ternaries and change behavior: known quality keys (remux, bluray, webdl, webrip, dolbyvision, hdr10plus, hdr10, hdr, imaxenhanced, imax, sdr) now always return 'colored', while other quality badges use badge.accentColor only when input.qualityBadgesColorMode is 'colored' (otherwise default to #ffffff). Also increment package version to 0.4.93. Full Changelog: v0.4.92...v0.4.93