mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
Update RssSourceDao.kt
This commit is contained in:
@@ -17,7 +17,7 @@ interface RssSourceDao {
|
||||
@Query("select * from rssSources where sourceUrl in (:sourceUrls)")
|
||||
fun getRssSources(vararg sourceUrls: String): List<RssSource>
|
||||
|
||||
@get:Query("SELECT * FROM rssSources")
|
||||
@get:Query("SELECT * FROM rssSources order by customOrder")
|
||||
val all: List<RssSource>
|
||||
|
||||
@get:Query("select count(sourceUrl) from rssSources")
|
||||
@@ -135,4 +135,4 @@ interface RssSourceDao {
|
||||
dealGroups(list)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user