fixed dlna port

This commit is contained in:
Luke Pulverenti
2014-03-17 00:25:11 -04:00
parent f1acaaee3e
commit f12d8b0c18
5 changed files with 42 additions and 27 deletions

View File

@@ -25,5 +25,11 @@ namespace MediaBrowser.Controller
/// </summary>
/// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value>
bool SupportsAutoRunAtStartup { get; }
/// <summary>
/// Gets the HTTP server port.
/// </summary>
/// <value>The HTTP server port.</value>
int HttpServerPort { get; }
}
}