Skip to content

Commit

Permalink
Apply fix for abolute paths that broke in OBS 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared K committed Mar 17, 2022
1 parent 13cd9f2 commit 7593905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-check
const mediaFolder = /** @type {string} */ ("{{ .MediaFolder }}");
const mediaFolder = /** @type {string} */ ("http:\\\\absolute\\{{ .MediaFolder }}");
const initMediaFiles = /** @type {string[]} */ (["{{ StringsJoin .MediaFiles "\", \"" }}"]);
const transitionVideo = /** @type {string} */("{{ .TransitionVideo }}");
const playOnlyOne = /** @type {boolean} */ ({{ .PlayOnlyOne }});
Expand Down

0 comments on commit 7593905

Please sign in to comment.