diff --git a/scripts/models/stream.ts b/scripts/models/stream.ts index be2c7c91fb..453b971c1d 100644 --- a/scripts/models/stream.ts +++ b/scripts/models/stream.ts @@ -303,6 +303,8 @@ export class Stream extends sdk.Models.Stream { } updateFilepath(): this { + if (this.filepath) return this + const channel = this.getChannel() if (!channel) return this