mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Remove TODO comments
This commit is contained in:
parent
32a8757223
commit
27f5de6c97
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue