Files
ZuneUIXTools/test/ADDTOCOLLECTION.31_48_decomp.uix
T

19 lines
820 B
XML
Raw Normal View History

2025-07-18 19:57:50 -05:00
<?xml version="1.0" encoding="utf-16"?>
2025-07-18 20:01:49 -05:00
<UIX xmlns="http://schemas.microsoft.com/2007/uix" xmlns:signInDialog="res://ZuneShellResources!SignInDialog.uix" xmlns:schema="res://ZuneShellResources!LibraryData.schema.xml">
2025-07-18 19:57:50 -05:00
<Class Name="AddToCollection">
<Properties>
<List List="{null}" Name="Items" />
<Int32 Int32="-1" Name="PlaylistId" />
<Command Name="Start" />
<Command Command="{null}" Name="OnSuccess" />
</Properties>
2025-07-18 20:01:49 -05:00
<Locals>
<signInDialog:SignInDialog SignInDialog="{null}" Name="SignInDialog" />
<Command Name="BuildAddListPhase" />
<Command Name="AddPhase" />
<List Name="AddList" />
<schema:LibraryPlaylistContentQuery Enabled="false" Name="Query" />
<Boolean Boolean="false" Name="ContentNotInLibrary" />
</Locals>
2025-07-18 19:57:50 -05:00
</Class>
</UIX>