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:
@@ -1,4 +1,5 @@
|
||||
2019-01-25 DariusIII
|
||||
* Chg: Small change in Video model
|
||||
* Chg: Update Console class
|
||||
* Chg: Small optimizations in code, use compact where applicable
|
||||
* Chg: Add config/nntmux_nntp.php and use the config in NNTP class
|
||||
|
||||
@@ -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