Still show album art during audio playback.
This commit is contained in:
parent
0475c616ca
commit
5c225dd573
|
@ -1,5 +1,6 @@
|
||||||
sub init()
|
sub init()
|
||||||
m.playReported = false
|
m.playReported = false
|
||||||
|
m.top.disableScreenSaver = true
|
||||||
m.top.observeField("state", "audioStateChanged")
|
m.top.observeField("state", "audioStateChanged")
|
||||||
end sub
|
end sub
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<component name="AudioPlayer" extends="Audio">
|
<component name="AudioPlayer" extends="Video">
|
||||||
<interface>
|
<interface>
|
||||||
<field id="loopMode" type="string" value="" />
|
<field id="loopMode" type="string" value="" />
|
||||||
</interface>
|
</interface>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user