mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix pages not being serializable for chapter cache (fixes #6483)
This commit is contained in:
		| @@ -2,9 +2,12 @@ package eu.kanade.tachiyomi.source.model | ||||
|  | ||||
| import android.net.Uri | ||||
| import eu.kanade.tachiyomi.network.ProgressListener | ||||
| import kotlinx.serialization.Serializable | ||||
| import kotlinx.serialization.Transient | ||||
| import rx.subjects.Subject | ||||
| import tachiyomi.source.model.PageUrl | ||||
|  | ||||
| @Serializable | ||||
| open class Page( | ||||
|     val index: Int, | ||||
|     val url: String = "", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user