4be7e47584
android / Build + lint + test (push) Successful in 3m49s
Line 264 already null-checks playlist.systemVariant in the if condition. PlaylistRef is a data class with a val backing field, so the smart cast narrows it to String inside the branch — the !! on line 265 was a no-op the Kotlin compiler was warning about.