Версия 1.0.3 - фикс парсинга атрибутов тега #EXTM3U
All checks were successful
release / release (push) Successful in 1m15s
All checks were successful
release / release (push) Successful in 1m15s
This commit is contained in:
@@ -164,7 +164,7 @@ func (pls *Playlist) Parse() Playlist {
|
||||
}
|
||||
|
||||
if strings.HasPrefix(line, "#EXTM3U") {
|
||||
pls.Attributes = parseAttributes(content)
|
||||
pls.Attributes = parseAttributes(line)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user