Automatically add subtitle tracks
Currently, add all .SRT and .VTT subtitle files in the same torrent as a video file
This commit is contained in:
@@ -157,9 +157,7 @@ function getTorrentFileInfo (file) {
|
||||
return {
|
||||
name: file.name,
|
||||
length: file.length,
|
||||
path: file.path,
|
||||
numPiecesPresent: 0,
|
||||
numPieces: null
|
||||
path: file.path
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user