Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
4e414e6ae4 chore(deps): Update okhttp monorepo to v5 2026-06-12 01:06:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,5 +16,5 @@ android {
}
dependencies {
implementation "com.squareup.okhttp3:okhttp:4.12.0"
implementation "com.squareup.okhttp3:okhttp:5.4.0"
}

View File

@@ -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) {