Browse Source

Fix I guess what was a typo

pull/53/head
Gabe Kangas 5 years ago
parent
commit
a31076a591
  1. 2
      core/storageproviders/ipfsStorage.go

2
core/storageproviders/ipfsStorage.go

@ -100,7 +100,7 @@ func (s *IPFSStorage) GenerateRemotePlaylist(playlist string, variant models.Var @@ -100,7 +100,7 @@ func (s *IPFSStorage) GenerateRemotePlaylist(playlist string, variant models.Var
line := scanner.Text()
if line[0:1] != "#" {
fullRemotePath := variant.GetSegmentForFilename(line)
if fullRemotePath != nil {
if fullRemotePath == nil {
line = ""
} else {
line = fullRemotePath.RemoteID

Loading…
Cancel
Save