Added option to share your favorite manga (#477)

This commit is contained in:
Bram van de Kerkhof
2016-09-22 21:36:40 +02:00
committed by GitHub
parent 9f20e40257
commit 596a24fce8
6 changed files with 39 additions and 2 deletions
@@ -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)
}