mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-16 01:10:36 +03:00
Revert accidental changes in the method signature.
This commit is contained in:
parent
5b6fa20050
commit
c66118172c
@ -108,7 +108,7 @@ open class RESTMusicService(
|
||||
|
||||
@Throws(Exception::class)
|
||||
override fun getIndexes(
|
||||
musicFolderId: String,
|
||||
musicFolderId: String?,
|
||||
refresh: Boolean
|
||||
): Indexes? {
|
||||
val indexName = INDEXES_STORAGE_NAME + (musicFolderId ?: "")
|
||||
@ -170,7 +170,7 @@ open class RESTMusicService(
|
||||
@Throws(Exception::class)
|
||||
override fun getMusicDirectory(
|
||||
id: String,
|
||||
name: String,
|
||||
name: String?,
|
||||
refresh: Boolean
|
||||
): MusicDirectory? {
|
||||
val response = responseChecker.callWithResponseCheck { api ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user