mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Small change in Video model
This commit is contained in:
@@ -145,10 +145,8 @@ class Video extends Model
|
||||
*/
|
||||
public static function getSeriesList($uid, $letter = '', $showname = ''): array
|
||||
{
|
||||
if ($letter !== '') {
|
||||
if ($letter === '0-9') {
|
||||
$letter = '[0-9]';
|
||||
}
|
||||
if (($letter !== '') && $letter === '0-9') {
|
||||
$letter = '[0-9]';
|
||||
}
|
||||
|
||||
$qry = self::query()
|
||||
|
||||
Reference in New Issue
Block a user