Merge branch 'fix/podcast-title' into 'develop'

Fixed podcast titles

Closes #861

See merge request ultrasonic/ultrasonic!897
This commit is contained in:
Nite 2023-01-02 20:36:29 +00:00
commit 10c9095f5f

View File

@ -13,5 +13,5 @@ data class PodcastsChannel(
private const val serialVersionUID = -4160515427075433798L
}
override fun toString(): String = name.toString()
override fun toString(): String = title.toString()
}