mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 18:05:36 +08:00
Order open subtitle results by download count
This commit is contained in:
parent
e2dfaca6ab
commit
cb8bd4b48a
@ -16,6 +16,7 @@ interface IOpenSubtitleService {
|
|||||||
@Query("moviehash") movieHash: String? = null,
|
@Query("moviehash") movieHash: String? = null,
|
||||||
@Query("query") name: String? = null,
|
@Query("query") name: String? = null,
|
||||||
@Query("season_number") season: Int? = null,
|
@Query("season_number") season: Int? = null,
|
||||||
|
@Query("order_by") orderBy: String = "download_count",
|
||||||
): OpenSubV1
|
): OpenSubV1
|
||||||
|
|
||||||
@POST("download")
|
@POST("download")
|
||||||
|
Loading…
Reference in New Issue
Block a user