mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 03:47:48 -04:00
15 lines
271 B
C#
15 lines
271 B
C#
|
|
namespace MediaBrowser.UI.Pages
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for SettingsPage.xaml
|
|
/// </summary>
|
|
public partial class SettingsPage : BasePage
|
|
{
|
|
public SettingsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|