Fixed podcast titles

This commit is contained in:
Nite 2023-01-02 21:33:38 +01:00
parent dd8766d1ef
commit f4cb12f00f
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1

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()
}