Skip to content

Commit 902240a

Browse files
author
Leo-Aug
committed
Support TTRSS Media Cache
closes DigitalDJ#34
1 parent cc297d8 commit 902240a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fever_api.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,8 @@ function getItems(): array
615615
$line_content .= '</ul>';
616616
}
617617
}
618+
619+
$line_content = DiskCache::rewrite_urls($line_content);
618620

619621
array_push($items, array("id" => intval($line["id"]),
620622
"feed_id" => intval($line["feed_id"]),

0 commit comments

Comments
 (0)