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