mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
fix
This commit is contained in:
@@ -35,7 +35,7 @@ func (s *Server) SearchTvSeries(c *gin.Context) (interface{}, error) {
|
||||
|
||||
type addWatchlistIn struct {
|
||||
TmdbID int `json:"tmdb_id" binding:"required"`
|
||||
StorageID int `json:"storage_id" binding:"required"`
|
||||
StorageID int `json:"storage_id" `
|
||||
Resolution db.ResolutionType `json:"resolution" binding:"required"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user