This commit is contained in:
r4 2021-07-28 18:05:06 +02:00
parent e1fe06f631
commit dec3d516c2
2 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,6 @@ func (e *Extractor) GetMetadata(input string, progress chan<- struct{}) ([]Metad
return ret, nil return ret, nil
}*/ }*/
// `input` can be a URL or a search query. // `input` can be a URL or a search query.
// Returns a slice with size 1 if the input is a single media file. Returns a // Returns a slice with size 1 if the input is a single media file. Returns a
// larger slice if the input is a playlist. // larger slice if the input is a playlist.