Skip to content

Commit

Permalink
[Playlist] change default icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chr56 committed Nov 5, 2024
1 parent 7e8612c commit bed67e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data class Playlist(
@JvmField val dateAdded: Long = -1,
@JvmField val dateModified: Long = -1,
@JvmField val size: Int = -1,
@JvmField val iconRes: Int = R.drawable.ic_queue_music_white_24dp,
@JvmField val iconRes: Int = R.drawable.ic_file_music_white_24dp,
) : Parcelable, Displayable {

@IgnoredOnParcel
Expand Down

0 comments on commit bed67e3

Please sign in to comment.