support sharing m3u tuner streams

This commit is contained in:
Luke Pulverenti
2017-11-14 02:41:21 -05:00
parent 2c6cbb33ee
commit 2f758676d0
10 changed files with 78 additions and 19 deletions

View File

@@ -93,6 +93,8 @@ namespace MediaBrowser.Common.Net
public bool LogRequest { get; set; }
public bool LogRequestAsDebug { get; set; }
public bool LogErrors { get; set; }
public bool LogResponse { get; set; }
public bool LogResponseHeaders { get; set; }
public bool LogErrorResponseBody { get; set; }
public bool EnableKeepAlive { get; set; }