Minor adjustments to get rid of deprecation warnings
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
enabled an automatic merge when the pipeline for ea286c23 succeeds
mentioned in commit 1ac1424c
103 103 } 104 104 } 105 105 106 suspend fun remove(id: Int, track: Track, index: Int) { 106 suspend fun remove(albumId: Int, index: Int) { 107 107 context?.let { 108 108 val body = mapOf("index" to index) 109 109 110 val request = Fuel.post(mustNormalizeUrl("/api/v1/playlists/$id/remove/")).apply { 110 val request = Fuel.post(mustNormalizeUrl("/api/v1/playlists/$albumId/remove/")).apply {