mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
fix: various small fixes (#3853)
This commit is contained in:
parent
4c5cf89725
commit
f40f997405
5 changed files with 22 additions and 14 deletions
|
@ -96,7 +96,7 @@ class EZTVBridge extends BridgeAbstract
|
|||
protected function getItemFromTorrent($torrent)
|
||||
{
|
||||
$item = [];
|
||||
$item['uri'] = $torrent->episode_url;
|
||||
$item['uri'] = $torrent->episode_url ?? $torrent->torrent_url;
|
||||
$item['author'] = $torrent->imdb_id;
|
||||
$item['timestamp'] = $torrent->date_released_unix;
|
||||
$item['title'] = $torrent->title;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue