Fullscreen music crash fix
This commit is contained in:
parent
456873d389
commit
98ac994414
|
@ -2,5 +2,13 @@
|
|||
<window>
|
||||
<!--content moved to custom_musicPlayerFullscreen.xml-->
|
||||
<onload>action(back)</onload>
|
||||
<onunload>activateWindow(1103)</onunload>
|
||||
<onload>activateWindow(1103)</onload>
|
||||
<controls>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>MusicVisualisation.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon id="skin.pellucid" version="1.2.2" name="Pellucid" provider-name="theDeadman">
|
||||
<addon id="skin.pellucid" version="1.2.3" name="Pellucid" provider-name="theDeadman">
|
||||
<requires>
|
||||
<import addon="xbmc.gui" version="5.12.0"/>
|
||||
<import addon="script.skinshortcuts" version="1.0.13"/>
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
**Changelog**
|
||||
|
||||
[V1.2.3]
|
||||
- in progress, watched etc??
|
||||
- [FIXED] Fullscreen music activation crash
|
||||
|
||||
[V1.2.2]
|
||||
- [NEW] Hebrew Translation (thanks Eric P)
|
||||
- [NEW] Poster view enabled for online sourced content
|
||||
|
|
Loading…
Reference in New Issue