Skip to content

Commit 351485d

Browse files
committed
Minor Improvement Fix
1 parent 8aa9816 commit 351485d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/res/layout/fragment_result_tv.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ https://developer.android.com/design/ui/tv/samples/jet-fit
6161

6262
<com.facebook.shimmer.ShimmerFrameLayout
6363
android:id="@+id/result_loading"
64-
android:layout_width="8dp"
65-
android:layout_height="8dp"
64+
android:layout_width="match_parent"
65+
android:layout_height="match_parent"
6666
android:layout_gravity="center"
6767
android:orientation="vertical"
6868
app:shimmer_auto_start="true"

library/src/commonMain/kotlin/com/lagradost/cloudstream3/MainAPI.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,6 +1748,7 @@ data class TrailerData(
17481748
* @property syncData Online sync services compatible with the media.
17491749
* @property posterHeaders headers map used by network request to get the poster.
17501750
* @property backgroundPosterUrl Url of the media background poster.
1751+
* @property logoUrl Image URL used as a visual title replacement.If the logo loads successfully, it is shown instead of the text title. If the logo is null or fails to load, the text title is displayed.
17511752
* @property contentRating content rating of the media, appears on result page.
17521753
* @property uniqueUrl The key used for storing the persistent data about an entry.
17531754
* On older versions `url` was used instead, but this was added to support JSON that can change as the url parameter.

0 commit comments

Comments
 (0)