music: fix failing tests

This commit is contained in:
Alexander Capehart 2023-03-22 19:59:29 -06:00
parent 4068c3e009
commit 52e0620149
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -60,7 +60,7 @@ open class FakeMusicSettings : MusicSettings {
override var genreSongSort: Sort
get() = throw NotImplementedError()
set(_) = throw NotImplementedError()
override var playlistSongSort: Sort?
override var playlistSongSort: Sort
get() = throw NotImplementedError()
set(_) = throw NotImplementedError()
}