This commit is contained in:
Simon Ding
2024-07-14 20:52:17 +08:00
parent 6f91157d40
commit 792a470e69
3 changed files with 10 additions and 10 deletions

View File

@@ -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"`
}