mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07: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();
|
|
}
|
|
}
|
|
}
|