Skip to content

Commit

Permalink
Merge pull request #63 from StarGazer1258/beta
Browse files Browse the repository at this point in the history
Merge 2.5.8-beta to stable
  • Loading branch information
StarGazer1258 authored Aug 1, 2019
2 parents 9d67a97 + 0527d3a commit ccbef30
Show file tree
Hide file tree
Showing 26 changed files with 254 additions and 68 deletions.
164 changes: 160 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "beatdrop",
"description": "A desktop app for downloading Beat Saber songs.",
"author": "Nathaniel Johns (StarGazer1258)",
"version": "2.5.6",
"version": "2.5.8",
"private": false,
"license": "CC-BY-NC-SA-4.0",
"repository": {
Expand All @@ -28,6 +28,7 @@
"redux-thunk": "^2.3.0",
"remarkable": "^1.7.1",
"rimraf": "^2.6.2",
"semver": "^6.3.0",
"sortablejs": "^1.8.0-rc1",
"walker": "^1.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion src/actions/detailsActions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LOAD_DETAILS, CLEAR_DETAILS, SET_DETAILS_LOADING, DISPLAY_WARNING } from './types'
import { SONG_DETAILS } from '../views'
import { SONG_DETAILS } from '../constants/views'

import AdmZip from 'adm-zip'
import { hashAndWriteToMetadata } from './queueActions'
Expand Down
Loading

0 comments on commit ccbef30

Please sign in to comment.