mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 10:57:18 -05:00
Fixes linter issues
This commit is contained in:
@@ -23,7 +23,7 @@ export class SourcesGenerator implements Generator {
|
||||
async generate() {
|
||||
const files: Dictionary = this.streams.groupBy((stream: Stream) => stream.getFilename())
|
||||
|
||||
for (let filename of files.keys()) {
|
||||
for (const filename of files.keys()) {
|
||||
if (!filename) continue
|
||||
|
||||
let streams = new Collection(files.get(filename))
|
||||
|
||||
Reference in New Issue
Block a user