music: fix failing test
Fix failing music test due to FakeMusicSettings not properly inheriting the newly added sort article setting.
This commit is contained in:
parent
45fe36bd09
commit
b260bf45b2
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ open class FakeMusicSettings : MusicSettings {
|
|||
override var multiValueSeparators: String
|
||||
get() = throw NotImplementedError()
|
||||
set(_) = throw NotImplementedError()
|
||||
override val automaticSortNames: Boolean
|
||||
get() = throw NotImplementedError()
|
||||
override var songSort: Sort
|
||||
get() = throw NotImplementedError()
|
||||
set(_) = throw NotImplementedError()
|
||||
|
|
Loading…
Reference in a new issue