-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolution for Issues #1044 & #1007 #1057
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
2bd857c
Travis
dc9e5d3
Travis
ca7e4d0
Build
10d557f
build
e69e606
Windows
2795303
Tests
524bdf6
No cache
0b90ba2
npm install
c0d03df
Linux
cf41bc2
build
11d8e31
build
0aa17c1
travis
0c55278
windows
50dcb22
build
dd89746
linux
9d47b76
test
9a356ec
export
9b1b6b8
export
2980902
node
66591c5
windows
a8a4fc1
travis_wait linux
42ff4f3
tests
73abe93
javascript
466faae
sudo
61fca26
script
7f01d81
local_dir
7a9a14d
commit
88aaf8f
commit
271006f
Merge pull request #3 from nukeop/master
jreiser1 3afc999
Combining all Travis setup commits
4a2960c
Changed to TypeScript (#1039)
Hardik-hi cf9da46
Skip Sponsorblock setting options (#1047)
haidang666 e9c2b53
Increased z-index of plugin dropdown
Hardik-hi eeb2f2e
Merge branch 'master' of https://github.com/MSU-CS4360-Nuclear/nuclear
jreiser1 320722d
Fixed typo in Equalizer presets
jreiser1 bbeb014
Fixed incorrect album year display
jreiser1 c7c8f79
Copying Seekbar code to start on LivestreamSeekbar
jreiser1 678a8d1
Potential Resolution for Nuclear issues #1044 & #1007
39a44d6
commenting out boilerplate code
jreiser1 2fb1be0
Merge pull request #10 from MSU-CS4360-Nuclear/livestream-fix
1lluzi0nzz 21ccac1
Removed boilerplate Livestream code and fixed album year implementation
jreiser1 b3b0ff5
update .gitignore
jreiser1 92f1e5e
deleting .vs directory
jreiser1 56dabcf
Delete package-lock.json
jreiser1 78d0128
Delete deeper package-lock.json
jreiser1 0610f55
updated .gitignore again
jreiser1 aa1a216
Merge branch 'master' of https://github.com/MSU-CS4360-Nuclear/nuclear
jreiser1 cc0e20f
Delete .travis.yml
jreiser1 6b06985
Update package.json
1lluzi0nzz 2ed3afa
Fix package-lock.json
1lluzi0nzz aadd9ae
Re-adding old package-lock.json
jreiser1 bb780c9
Update .gitignore
1lluzi0nzz 6f63d8c
Update index.ts
1lluzi0nzz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,4 +73,8 @@ lerna-debug.log | |
|
||
#flatpak | ||
.flatpak-builder | ||
build-dir | ||
build-dir | ||
|
||
#Travis/IDE stuff | ||
.travis.yml | ||
.vs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting to the bottom of this. Could you please delete the commented out line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed that comment.
Thanks for reviewing this.