[modules/playerctl] Small fix
This commit is contained in:
parent
436cea8f37
commit
b74ebce702
1 changed files with 1 additions and 1 deletions
|
@ -113,5 +113,5 @@ class Module(core.module.Module):
|
|||
album = album,
|
||||
title = title,
|
||||
artist = artist,
|
||||
track_number = track_number
|
||||
trackNumber = track_number
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue