mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
Update Search.php
This commit is contained in:
@@ -52,7 +52,7 @@ abstract class Search
|
||||
$search = new $class;
|
||||
|
||||
$providers[strtolower($name)] = [
|
||||
'method' => $search->method;
|
||||
'method' => $search->method,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user