Skip to content

Commit

Permalink
Add RFC 8216 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Mar 20, 2024
1 parent 9a6ad9a commit 7cbf5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCore/Tools/M3U8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
namespace TwitchDownloaderCore.Tools
{
// https://en.wikipedia.org/wiki/M3U
// https://datatracker.ietf.org/doc/html/rfc8216
// ReSharper disable StringLiteralTypo
public sealed record M3U8(M3U8.Metadata FileMetadata, M3U8.Stream[] Streams)
{
Expand Down

0 comments on commit 7cbf5c0

Please sign in to comment.