Skip to content

Commit 4e6b94d

Browse files
Brandon Salzbergclaude
andcommitted
Fix API player asset filenames
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e13640b commit 4e6b94d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/footage.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ func openInBrowserImpl(url string, newWindow bool) {
333333

334334
const (
335335
apiPlayerAssetsURL = "https://public-bucket-itg.s3.us-west-2.amazonaws.com/rhombus-cli"
336-
apiPlayerJSFile = "index-BoZEqMQJ.js"
337-
apiPlayerCSSFile = "index-DtYPXb26.css"
336+
apiPlayerJSFile = "index-_4DoYqly.js"
337+
apiPlayerCSSFile = "index-CE1zZXB9.css"
338338
)
339339

340340
// ensureApiPlayerAssets downloads the player JS/CSS to ~/.rhombus/player/ if not already cached.

0 commit comments

Comments
 (0)