mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update Videos class getAliases function
This commit is contained in:
@@ -303,7 +303,7 @@ abstract class Videos
|
||||
*
|
||||
* @return \PDOStatement|false
|
||||
*/
|
||||
public function getAliases($videoId = 0, $alias = '')
|
||||
public function getAliases($videoId, $alias = '')
|
||||
{
|
||||
$return = false;
|
||||
$expiresAt = Carbon::now()->addSeconds(config('nntmux.cache_expiry_medium'));
|
||||
|
||||
Reference in New Issue
Block a user