fix: Read the correct lyrics

This commit is contained in:
antonio 2023-05-02 18:53:04 +02:00
parent 70d58a9232
commit 684fd00ed2
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
package com.cappielloantonio.play.subsonic.models
class Lyrics {
var content: String? = null
var value: String? = null
var artist: String? = null
var title: String? = null
}