Remove TODO comments

This commit is contained in:
Luna712 2023-11-01 14:06:35 -06:00
parent 32a8757223
commit bbc0c15d53

View file

@ -1495,7 +1495,7 @@ data class TorrentLoadResponse(
) : LoadResponse { ) : LoadResponse {
/** /**
* Secondary constructor for backwards compatibility without contentRating. * 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( constructor(
name: String, name: String,
@ -1567,7 +1567,7 @@ data class AnimeLoadResponse(
/** /**
* Secondary constructor for backwards compatibility without contentRating. * 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( constructor(
engName: String? = null, engName: String? = null,
@ -1654,7 +1654,7 @@ data class LiveStreamLoadResponse(
) : LoadResponse { ) : LoadResponse {
/** /**
* Secondary constructor for backwards compatibility without contentRating. * 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( constructor(
name: String, name: String,
@ -1706,7 +1706,7 @@ data class MovieLoadResponse(
) : LoadResponse { ) : LoadResponse {
/** /**
* Secondary constructor for backwards compatibility without contentRating. * 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( constructor(
name: String, name: String,
@ -1869,7 +1869,7 @@ data class TvSeriesLoadResponse(
/** /**
* Secondary constructor for backwards compatibility without contentRating. * 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( constructor(
name: String, name: String,