From c586dc9bf1f5a0212682568687a9cfd9c16dd4de Mon Sep 17 00:00:00 2001 From: emagra Date: Fri, 11 Jun 2021 18:00:29 +0200 Subject: [PATCH] need something so replace root with Library --- htdocs/js/mpd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 9edb31a..dbbc029 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -65,7 +65,7 @@ var app = $.sammy(function() { browsepath = this.params['splat'][1]; pagination = parseInt(this.params['splat'][0]); current_app = 'browse'; - $('#breadcrump').removeClass('hide').empty().append("
  • "); + $('#breadcrump').removeClass('hide').empty().append("
  • Library
  • "); add_filter(); $('#salamisandwich').removeClass('hide').find("tr:gt(0)").remove(); socket.send('MPD_API_GET_BROWSE,'+pagination+','+(browsepath ? browsepath : "/"));