mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: open dev tools on right window
This commit is contained in:
parent
0c8bccc6f3
commit
59a32c7189
2 changed files with 5 additions and 5 deletions
|
@ -88,7 +88,8 @@ export const getDownloadersForUri = (uri: string) => {
|
|||
if (uri.startsWith("https://pixeldrain.com")) return [Downloader.PixelDrain];
|
||||
if (uri.startsWith("https://qiwi.gg")) return [Downloader.Qiwi];
|
||||
if (uri.startsWith("https://datanodes.to")) return [Downloader.Datanodes];
|
||||
if (uri.startsWith("https://www.mediafire.com")) return [Downloader.Mediafire];
|
||||
if (uri.startsWith("https://www.mediafire.com"))
|
||||
return [Downloader.Mediafire];
|
||||
|
||||
if (realDebridHosts.some((host) => uri.startsWith(host)))
|
||||
return [Downloader.RealDebrid];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue