mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:01:34 +00:00
Fix SA1513, SA1514, SA1507, and SA1508
This commit is contained in:
parent
800c039612
commit
53d5f64e03
47 changed files with 74 additions and 33 deletions
|
|
@ -697,10 +697,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
/// The progressive.
|
||||
/// </summary>
|
||||
Progressive,
|
||||
|
||||
/// <summary>
|
||||
/// The HLS.
|
||||
/// </summary>
|
||||
Hls,
|
||||
|
||||
/// <summary>
|
||||
/// The dash.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue