Update stream.ts

This commit is contained in:
freearhey
2026-02-11 04:55:24 +03:00
parent 451be80e77
commit f8df143654

View File

@@ -303,6 +303,8 @@ export class Stream extends sdk.Models.Stream {
} }
updateFilepath(): this { updateFilepath(): this {
if (this.filepath) return this
const channel = this.getChannel() const channel = this.getChannel()
if (!channel) return this if (!channel) return this