Skip to content

Commit

Permalink
fix browser if "/music/" doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
HookedBehemoth committed Jun 17, 2020
1 parent 6ddd805 commit b993d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export GITHASH := $(shell git rev-parse --short HEAD)
export VERSION := 1.2.0
export VERSION := 1.2.1
export API_VERSION := 3
export WANT_FLAC := 1
export WANT_MP3 := 1
Expand Down
2 changes: 1 addition & 1 deletion overlay/source/gui_browser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ BrowserGui::BrowserGui()
this->has_music = true;
fsDirClose(&dir);
} else {
this->cwd[0] = '\0';
this->cwd[1] = '\0';
}
this->scanCwd();
} else {
Expand Down

0 comments on commit b993d62

Please sign in to comment.