mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Fix TV series page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-11-10 DariusIII
|
||||
* Fix: Fix TV series page
|
||||
* Chg: Update webpack.mix.js and properly generate files
|
||||
2018-11-09 DariusIII
|
||||
* Chg: Update js and css files and ther folders
|
||||
|
||||
@@ -54,7 +54,7 @@ class SeriesController extends BasePageController
|
||||
$episode[$rlk] = $rlv->episode;
|
||||
$posted[$rlk] = $rlv->postdate;
|
||||
}
|
||||
array_multisort($series, SORT_DESC, $episode, SORT_DESC, $posted, SORT_DESC, $rel);
|
||||
array_multisort($series, SORT_DESC, $episode, SORT_DESC, $posted, SORT_DESC, $rel->toArray());
|
||||
|
||||
$series = [];
|
||||
foreach ($rel as $r) {
|
||||
|
||||
Reference in New Issue
Block a user