mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix short download urls
This commit is contained in:
parent
3017d737c4
commit
8b4d70b356
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class DownloadActions extends Actions
|
|||
break;
|
||||
}
|
||||
|
||||
return Controller::redirect($target ?: '/get', 302);
|
||||
return Controller::redirect($uri ?: '/get', 302);
|
||||
}
|
||||
|
||||
public static function executeGet()
|
||||
|
|
Loading…
Add table
Reference in a new issue