mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
fix: correction for servers with low int precision
This commit is contained in:
parent
d7b6794f68
commit
31b7828e77
1 changed files with 2 additions and 3 deletions
|
|
@ -279,9 +279,8 @@ class EpisodeModel extends Model
|
|||
1000 +
|
||||
$episode->number
|
||||
: (empty($episode->season_number)
|
||||
? 0
|
||||
: $episode->season_number) *
|
||||
100000000000000 +
|
||||
? ''
|
||||
: $episode->season_number) .
|
||||
date('YmdHis', strtotime($episode->published_at));
|
||||
|
||||
$previousData = $this->orderBy('(' . $sortNumberField . ') DESC')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue