mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
Fixes linter issues
This commit is contained in:
@@ -35,7 +35,7 @@ export class Stream {
|
||||
this.id = id || undefined
|
||||
this.channelId = data.channelId || undefined
|
||||
this.feedId = data.feedId || undefined
|
||||
this.title = data.title || undefined
|
||||
this.title = data.title || ''
|
||||
this.url = data.url
|
||||
this.referrer = data.referrer || undefined
|
||||
this.userAgent = data.userAgent || undefined
|
||||
@@ -81,7 +81,7 @@ export class Stream {
|
||||
}
|
||||
|
||||
function parseDirectives(string: string) {
|
||||
let directives = new Collection()
|
||||
const directives = new Collection()
|
||||
|
||||
if (!string) return directives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user