Commit d009fc7
Tom Jenkinson
remove 'geo_blocked' and 'no_connection' errors
they no longer exist in the playback library, plus they would never be triggered before anyway.
If a track is geoblocked the `SC.stream()` promise rejects, because the api returns a 403 at that point.
We also always retry to retrieve urls on a connection timeout, whilst the player is not killed, so the 'no_connection' error would never be triggered1 parent 21878c4 commit d009fc7
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
63 | 61 | | |
64 | | - | |
65 | | - | |
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
| |||
0 commit comments