Skip to content

Commit

Permalink
Add image quality setting
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Sep 2, 2024
1 parent 7483db2 commit a7efc22
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ fun Track.toNewTrack(): Track {
duration = this.duration,
releaseDate = this.releaseDate,
artists = this.artists,
extras = this.extras
extras = this.extras,
streamables = this.streamables
)
}

Expand Down

0 comments on commit a7efc22

Please sign in to comment.