satisfy CI checker

Signed-off-by: Holger Müller <github@euhm.de>
This commit is contained in:
Holger Müller 2022-03-22 08:50:35 +01:00
parent 8bec74e66a
commit fc94d28862
No known key found for this signature in database
GPG Key ID: 016F07C42F7AC2B1
1 changed files with 1 additions and 1 deletions

View File

@ -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)