From bbc0c15d5367caa23680defdc67662c5755e0895 Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:06:35 -0600 Subject: [PATCH] Remove TODO comments --- .../main/java/com/lagradost/cloudstream3/MainAPI.kt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/MainAPI.kt b/app/src/main/java/com/lagradost/cloudstream3/MainAPI.kt index 0b7eec3b..8b9f4d89 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/MainAPI.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/MainAPI.kt @@ -1495,7 +1495,7 @@ data class TorrentLoadResponse( ) : LoadResponse { /** * Secondary constructor for backwards compatibility without contentRating. - * TODO: Remove this constructor after there is a new stable release and extensions are updated to support contentRating. + * Remove this constructor after there is a new stable release and extensions are updated to support contentRating. */ constructor( name: String, @@ -1567,7 +1567,7 @@ data class AnimeLoadResponse( /** * Secondary constructor for backwards compatibility without contentRating. - * TODO: Remove this constructor after there is a new stable release and extensions are updated to support contentRating. + * Remove this constructor after there is a new stable release and extensions are updated to support contentRating. */ constructor( engName: String? = null, @@ -1654,7 +1654,7 @@ data class LiveStreamLoadResponse( ) : LoadResponse { /** * Secondary constructor for backwards compatibility without contentRating. - * TODO: Remove this constructor after there is a new stable release and extensions are updated to support contentRating. + * Remove this constructor after there is a new stable release and extensions are updated to support contentRating. */ constructor( name: String, @@ -1706,7 +1706,7 @@ data class MovieLoadResponse( ) : LoadResponse { /** * Secondary constructor for backwards compatibility without contentRating. - * TODO: Remove this constructor after there is a new stable release and extensions are updated to support contentRating. + * Remove this constructor after there is a new stable release and extensions are updated to support contentRating. */ constructor( name: String, @@ -1869,7 +1869,7 @@ data class TvSeriesLoadResponse( /** * Secondary constructor for backwards compatibility without contentRating. - * TODO: Remove this constructor after there is a new stable release and extensions are updated to support contentRating. + * Remove this constructor after there is a new stable release and extensions are updated to support contentRating. */ constructor( name: String,