We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67683dc commit dfaa5c6Copy full SHA for dfaa5c6
src/Title.moon
@@ -37,6 +37,7 @@ class Title extends UIElement
37
'playlist-pos-1': mp.get_property_number 'playlist-pos-1', 1
38
'playlist-count': mp.get_property_number 'playlist-count', 1
39
}
40
+ @needsUpdate = true
41
42
generateTitleString: (quote=false) =>
43
{'media-title': title, 'playlist-pos-1': position, 'playlist-count': total} = @playlistInfo
0 commit comments