subscriptions page added

This commit is contained in:
2024-03-08 20:48:31 +01:00
Unverified
parent 032c08a810
commit 70fdc10f50
14 changed files with 216 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
<ItemGroup>
<None Remove="About\AboutView.xaml" />
<None Remove="Home\HomeVideoCollectionView.xaml" />
<None Remove="Subscriptions\SubscriptionsView.xaml" />
</ItemGroup>
<ItemGroup>
@@ -44,6 +45,9 @@
<None Update="Home\HomeDownloadsView.xaml">
<Generator>MSBuild:Compile</Generator>
</None>
<Page Update="Subscriptions\SubscriptionsView.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Update="Home\HomeVideoCollectionView.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>