lib/m3u8/playlist.rb in m3u8-0.7.0 vs lib/m3u8/playlist.rb in m3u8-0.7.1
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module M3u8
# Playlist represents an m3u8 playlist, it can be a master playlist or a set
# of media segments
class Playlist
attr_accessor :items, :version, :cache, :target, :sequence, :type,