mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-13 17:30:22 +01:00
Compare commits
1 Commits
renovate/r
...
fix/topshe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
360066cdde |
@@ -65,7 +65,7 @@ final class TopShelfProvider: TVTopShelfContentProvider {
|
|||||||
|
|
||||||
let item = TVTopShelfSectionedItem(identifier: cacheItem.id)
|
let item = TVTopShelfSectionedItem(identifier: cacheItem.id)
|
||||||
item.title = cacheItem.title
|
item.title = cacheItem.title
|
||||||
item.imageShape = .poster
|
item.imageShape = .hdtv
|
||||||
item.displayAction = TVTopShelfAction(url: route)
|
item.displayAction = TVTopShelfAction(url: route)
|
||||||
|
|
||||||
if let playRoute = cacheItem.playRoute, let playURL = URL(string: playRoute) {
|
if let playRoute = cacheItem.playRoute, let playURL = URL(string: playRoute) {
|
||||||
|
|||||||
Reference in New Issue
Block a user