mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 04:00:39 +01: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