Skip to content
Snippets Groups Projects

Minor adjustments to get rid of deprecation warnings

Merged Ryan Harg requested to merge housekeeping/remove-deprecation-warnings into develop
1 unresolved thread

Merge request reports

Pipeline #15934 passed

Pipeline passed for ea286c23 on housekeeping/remove-deprecation-warnings

Test coverage 2.90% (-0.02%) from 1 job
Approval is optional

Merged by Ryan HargRyan Harg 3 years ago (Aug 27, 2021 11:35am UTC)

Merge details

  • Changes merged into develop with 1ac1424c (commits were squashed).
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #15935 passed

Pipeline passed for 1ac1424c on develop

Test coverage 2.90% (-0.02%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 {
Please register or sign in to reply
Loading