mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
backButton bugfix
This commit is contained in:
parent
e5e79c6e06
commit
b73f9f8046
@ -438,11 +438,11 @@ $(document).ready(function () {
|
||||
|
||||
if (MSTREAMAPI.currentServer.vpaths && MSTREAMAPI.currentServer.vpaths.length === 1) {
|
||||
fileExplorerArray.push(MSTREAMAPI.currentServer.vpaths[0]);
|
||||
programState = [{
|
||||
programState.push({
|
||||
state: 'fileExplorer',
|
||||
previousScroll: 0,
|
||||
previousSearch: ''
|
||||
}];
|
||||
});
|
||||
}
|
||||
|
||||
//send this directory to be parsed and displayed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user