Still show album art during audio playback.

This commit is contained in:
1hitsong 2023-04-01 12:18:26 -04:00
parent 0475c616ca
commit 5c225dd573
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
sub init()
m.playReported = false
m.top.disableScreenSaver = true
m.top.observeField("state", "audioStateChanged")
end sub

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<component name="AudioPlayer" extends="Audio">
<component name="AudioPlayer" extends="Video">
<interface>
<field id="loopMode" type="string" value="" />
</interface>