diff options
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/player/peertube-videojs-plugin.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-videojs-plugin.ts b/client/src/assets/player/peertube-videojs-plugin.ts index 6d96e1c0b..b02f4373a 100644 --- a/client/src/assets/player/peertube-videojs-plugin.ts +++ b/client/src/assets/player/peertube-videojs-plugin.ts | |||
@@ -269,7 +269,7 @@ class PeerTubePlugin extends Plugin { | |||
269 | } | 269 | } |
270 | 270 | ||
271 | // Remote instance is down | 271 | // Remote instance is down |
272 | if (err.message.indexOf('http error from xs param') !== -1) { | 272 | if (err.message.indexOf('from xs param') !== -1) { |
273 | this.handleError(err) | 273 | this.handleError(err) |
274 | } | 274 | } |
275 | 275 | ||