Jordan Eldredge
67441f3c1b
Change how actions are typed
...
If we want to use the new version of react-redux we need to be compatible with their types.
Sadly it does not seem to be possible to create a Dispatchable type which can be eiher a plain action or a thunk and still be compatible with react-redux's types becuase they use redux's Store type under the hood which assumes you have an object with a string type property.
2019-05-01 22:29:10 -07:00
Jordan Eldredge
4a3929a2b5
Fix bug where we could not progress to the next track
...
This was because we would go into stopped mode, and once in stopped mode, going to the next track was disabled.
2019-03-27 23:56:31 -07:00
Jordan Eldredge
dd1f6164d9
Don't autoplay on next when stoppedFixes #730
2019-03-25 06:31:49 -07:00
Jordan Eldredge
c4282817db
Add more methods to Webamp
...
Replaces #660
2019-03-24 21:51:52 -07:00
Jordan Eldredge
bd5fa82c99
Trailing commas!
2019-03-19 06:55:24 -07:00
Jordan Eldredge
54c32b0636
Consolidate imports
2019-03-19 06:55:23 -07:00
Jordan Eldredge
b16fb3a2ae
Move file specific media info to the track
...
Fixes #712
2018-12-29 16:06:51 -08:00
Jordan Eldredge
af82af36da
type Time
2018-10-23 22:02:32 -07:00
Jordan Eldredge
6d9b30aeb2
Type GenWindow
2018-10-09 23:31:33 -07:00
Jordan Eldredge
a7b2d2c306
Fix regression where pressing pause while already paused did not cause
...
a track to resume.
2018-10-04 08:34:41 -07:00
Jordan Eldredge
8e496e9d97
Type the media action creators
2018-09-17 17:04:05 -07:00