Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 3, 2021
1 parent d116e3d commit 4c9a72c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/core/dlna.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ module.exports = class Cast extends EventEmitter {
return `http://${this.localIp}:9990${sub.replace('.vtt', '.srt')}`
}

addSub(sub) {
this.subs.push(this.sanitizeSub(sub))
}

play(title, stream) {
// Use local lan address
// Try start stream
Expand Down

0 comments on commit 4c9a72c

Please sign in to comment.