fix: Read the correct lyrics
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user