satisfy CI checker
Signed-off-by: Holger Müller <github@euhm.de>
This commit is contained in:
parent
8bec74e66a
commit
fc94d28862
|
@ -990,7 +990,7 @@ class PlayerFragment :
|
|||
if (Settings.showNowPlayingDetails) {
|
||||
genreTextView.text = currentSong!!.genre
|
||||
genreTextView.isVisible =
|
||||
(currentSong!!.genre != null && currentSong!!.genre!!.isNotBlank());
|
||||
(currentSong!!.genre != null && currentSong!!.genre!!.isNotBlank())
|
||||
|
||||
var bitRate: String = ""
|
||||
if (currentSong!!.bitRate != null && currentSong!!.bitRate!! > 0)
|
||||
|
|
Loading…
Reference in New Issue