mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-10 07:58:47 +00:00
adjusted error message to better match the issue.
This commit is contained in:
@@ -266,7 +266,7 @@ export class TorrentClient {
|
|||||||
}
|
}
|
||||||
if (status) {
|
if (status) {
|
||||||
status.textContent =
|
status.textContent =
|
||||||
"Error playing video. Try disabling Brave Shields.";
|
"Error playing video. Try refreshing the page.";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -392,7 +392,7 @@ export class TorrentClient {
|
|||||||
}
|
}
|
||||||
if (status) {
|
if (status) {
|
||||||
status.textContent =
|
status.textContent =
|
||||||
"Error playing video. Try disabling Brave Shields.";
|
"Error playing video. Try refreshing the page.";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user