From f8df143654d420852710d4c60b6a90a70f49622d Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:55:24 +0300 Subject: [PATCH] Update stream.ts --- scripts/models/stream.ts | 2 ++ 1 file changed, 2 insertions(+) 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