mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-16 01:10:36 +03:00
Fixed podcast titles
This commit is contained in:
parent
dd8766d1ef
commit
f4cb12f00f
@ -13,5 +13,5 @@ data class PodcastsChannel(
|
||||
private const val serialVersionUID = -4160515427075433798L
|
||||
}
|
||||
|
||||
override fun toString(): String = name.toString()
|
||||
override fun toString(): String = title.toString()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user