Added option to share your favorite manga (#477)
This commit is contained in:
committed by
GitHub
parent
9f20e40257
commit
596a24fce8
@@ -192,7 +192,7 @@ abstract class OnlineSource(context: Context) : Source {
|
||||
*
|
||||
* @param manga the manga to be updated.
|
||||
*/
|
||||
open protected fun mangaDetailsRequest(manga: Manga): Request {
|
||||
open fun mangaDetailsRequest(manga: Manga): Request {
|
||||
return GET(baseUrl + manga.url, headers)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user