mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Add PrimaryImageAspectRatio to user dto
This commit is contained in:
@@ -184,6 +184,11 @@ namespace MediaBrowser.ServerApplication
|
||||
App.OpenUrl("http://localhost:" + _configurationManager.Configuration.HttpServerPortNumber + "/" +
|
||||
Kernel.Instance.WebApplicationName + "/swagger-ui/index.html");
|
||||
}
|
||||
|
||||
void cmdGithubWiki_Click(object sender, EventArgs e)
|
||||
{
|
||||
App.OpenUrl("https://github.com/MediaBrowser/MediaBrowser/wiki");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [property changed].
|
||||
|
||||
Reference in New Issue
Block a user