This website works better with JavaScript.
Home
Explore
Help
Sign In
yttt-xdu
/
XDUPlayer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
8
Activity
Browse Source
reset player at the end of script
bugfix/residual-audio
louis f
4 years ago
parent
7b43a86b99
commit
93bb1c822e
Signed by:
louis
<louis@poweris.moe>
GPG Key ID:
44D7E1DE4E23D6F2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Js/Main.js
+ 1
- 0
Js/Main.js
View File
@@ -377,6 +377,7 @@ function sceneSet(questSceneMstId, cust) {
function playNext() {
if (!partPlaylist.length) {
if (!scenePlaylist.length) {
player.resetAll();
resetPlaylist();
return; // we're probably done
}
Write
Preview
Loading…
Cancel
Save