Skip to content

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Aug 6, 2024
1 parent 2752d9b commit 1e47327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MaterialSkin/HTML/material/html/js/browse-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ function browseItemAction(view, act, item, index, event) {
view.clearSelection();
var command = item.stdItem==STD_ITEM_RANDOM_MIX
? ["material-skin", "rndmix", "act:delete", "name:"+item.title]
: item.id.startsWith("playlist_id:")["playlists", "delete", item.id];
: ["playlists", "delete", item.id];
lmsCommand(view.playerId(), command).then(({data}) => {
logJsonMessage("RESP", data);
view.refreshList();
Expand Down
2 changes: 1 addition & 1 deletion public.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title lang="EN">Material Skin</title>
<desc lang="EN">Material themed skin, suitable for mobile use.</desc>
<url>https://github.com/CDrummond/lms-material/releases/download/5.2.1/lms-material-5.2.1.zip</url>
<sha>da73656e100831afaa8b7c1cde013aef9712c7e5</sha>
<sha>45de217d74ebf8c40d638d7f3d824addacfd1936</sha>
<creator>Craig Drummond</creator>
</plugin>
</plugins>
Expand Down

0 comments on commit 1e47327

Please sign in to comment.