pull/32/head
kunfei 5 years ago
parent 9547258dad
commit c5278bd2e6
  1. 1
      app/src/main/java/io/legado/app/model/webbook/BookContent.kt

@ -31,6 +31,7 @@ object BookContent {
) )
) )
val contentRule = bookSource.getContentRule() val contentRule = bookSource.getContentRule()
var contentData = analyzeContent(body, contentRule)
return "" return ""
} }

Loading…
Cancel
Save