Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Nov 17, 2024
1 parent c3040d1 commit 101d816
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/webapp/src/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,6 @@ const commands = {
method: 'play_content',
argKeys: ['content', 'content_type', 'recursive']
},
// play_single: {
// _package: 'player',
// plugin: 'ctrl',
// method: 'play_single',
// argKeys: ['song_url']
// },
// play_folder: {
// _package: 'player',
// plugin: 'ctrl',
// method: 'play_folder',
// argKeys: ['folder']
// },
// play_album: {
// _package: 'player',
// plugin: 'ctrl',
// method: 'play_album',
// argKeys: ['albumartist', 'album']
// },
pause: {
_package: 'player',
plugin: 'ctrl',
Expand Down

0 comments on commit 101d816

Please sign in to comment.