Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Dec 7, 2024
1 parent 56e20c9 commit 58f44ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RadioQueue(private val symphony: Symphony) {
val currentQueue = concurrentListOf<String>()

var currentSongIndex = -1
private set(value) {
internal set(value) {
field = value
symphony.radio.onUpdate.dispatch(Radio.Events.Queue.IndexChanged)
}
Expand Down

0 comments on commit 58f44ff

Please sign in to comment.