| Age | Commit message (Collapse) | Author |
|
This reverts commit 85844a84b68f7da07695c4e3fa4d187acc559797.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix warnings
|
|
|
|
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re-raise the exception that caused LiveTV stream to not open
|
|
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
|
Simplify HTTPS Properties
|
|
|
|
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Log entries will contain additional class context when using this interface
|
|
|
|
|
|
|
|
Analyzers are only run in debug build, so setting TreatWarningsAsErrors
for release build will catch the compiler warnings until we resolve all
analyzer warnings.
|
|
Don't append transcodes to transcoding temp path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|