Remove redundancy
This commit is contained in:
parent
e40db5f27e
commit
2b6d980aeb
2 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ sortSources = (sources) ->
|
|||
flv = []
|
||||
nonflv = []
|
||||
sources[quality].forEach((source) ->
|
||||
source.contentType = source.contentType
|
||||
source.quality = quality
|
||||
if source.contentType == 'video/flv'
|
||||
flv.push(source)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue