Skip to content

Commit

Permalink
app -> this
Browse files Browse the repository at this point in the history
  • Loading branch information
thisredone committed Dec 12, 2019
1 parent 1773b64 commit c2a10fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beat-saber-playlist-maker",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "Playlist maker for Beat Saber",
"author": "redka <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export default
@browsingSongs = false
addAllUnplaylisted: ->
playlisted = new Set((app.playlists.map (p) -> p.songs.map (s) -> s.hash).flat())
playlisted = new Set((@playlists.map (p) -> p.songs.map (s) -> s.hash).flat())
@addAllToPlaylist(notThese: playlisted)
removePlaylist: ->
Expand Down

0 comments on commit c2a10fd

Please sign in to comment.