mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 20:53:54 +01:00
8 lines
341 B
XML
8 lines
341 B
XML
<Application x:Class="MediaBrowser.ServerApplication.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|