mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Remove getter and setter
This commit is contained in:
parent
c9bbf22a51
commit
32a8757223
1 changed files with 0 additions and 2 deletions
|
@ -1194,8 +1194,6 @@ interface LoadResponse {
|
|||
var posterHeaders: Map<String, String>?
|
||||
var backgroundPosterUrl: String?
|
||||
var contentRating: String?
|
||||
get() = throw NotImplementedError()
|
||||
set(value) { contentRating = value }
|
||||
|
||||
companion object {
|
||||
private val malIdPrefix = malApi.idPrefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue