Skip to content

Commit

Permalink
Fix / direction for module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chachmu committed Apr 21, 2021
1 parent b321e8f commit 92d41e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
@@ -1,8 +1,8 @@
// mpvDLNA 3.0.0
// mpvDLNA 3.0.1

"use strict";

mp.module_paths.push(mp.get_script_directory() + "\\modules.js");
mp.module_paths.push(mp.get_script_directory() + "/modules.js");
var Options = require('Options');
var Ass = require('AssFormat');
var SelectionMenu = require('SelectionMenu');
Expand Down

0 comments on commit 92d41e0

Please sign in to comment.