fix: remove whitespace to resolve linter warning
This commit is contained in:
parent
e375ea232a
commit
03b785fbe2
@ -45,7 +45,6 @@ func (s *LocalStorage) VariantPlaylistWritten(localFilePath string) {
|
|||||||
|
|
||||||
// MasterPlaylistWritten is called when the master hls playlist is written.
|
// MasterPlaylistWritten is called when the master hls playlist is written.
|
||||||
func (s *LocalStorage) MasterPlaylistWritten(localFilePath string) {
|
func (s *LocalStorage) MasterPlaylistWritten(localFilePath string) {
|
||||||
|
|
||||||
// If we're using a remote serving endpoint, we need to rewrite the master playlist
|
// If we're using a remote serving endpoint, we need to rewrite the master playlist
|
||||||
if s.host != "" {
|
if s.host != "" {
|
||||||
if err := rewritePlaylistLocations(localFilePath, s.host, ""); err != nil {
|
if err := rewritePlaylistLocations(localFilePath, s.host, ""); err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user