mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-05 01:53:05 +03:00
Merge branch 'fix/podcast-title' into 'develop'
Fixed podcast titles Closes #861 See merge request ultrasonic/ultrasonic!897
This commit is contained in:
commit
10c9095f5f
@ -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