mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-13 17:30:22 +01:00
Compare commits
1 Commits
fix/topshe
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e414e6ae4 |
@@ -16,5 +16,5 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.squareup.okhttp3:okhttp:4.12.0"
|
||||
implementation "com.squareup.okhttp3:okhttp:5.4.0"
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ final class TopShelfProvider: TVTopShelfContentProvider {
|
||||
|
||||
let item = TVTopShelfSectionedItem(identifier: cacheItem.id)
|
||||
item.title = cacheItem.title
|
||||
item.imageShape = .hdtv
|
||||
item.imageShape = .poster
|
||||
item.displayAction = TVTopShelfAction(url: route)
|
||||
|
||||
if let playRoute = cacheItem.playRoute, let playURL = URL(string: playRoute) {
|
||||
|
||||
Reference in New Issue
Block a user