Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 78da15f

Browse files
committed
Merge branch 'master' into develop
2 parents aa827a2 + bf79c6d commit 78da15f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# RadarrAPI.TMDB
2+
Backend Stuff for Radarr regarding TMDB (Discover, lists, Mappings, etc.)
3+
4+
Documentation may come sometime.
5+
6+
All endpoints should return json if requested to do so ("Accept: application/json" header).
7+
8+
**Master deployed manually to https://api.radarr.video**
9+
10+
**Develop deployed manually to https://staging.radarr.video**

app/Http/Requests/IMDBListRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function rules()
2828
return [
2929
'listId' => array(
3030
"required",
31-
"regex:/((ls)|(ur))\d{8,11}/"
31+
"regex:/((ls)|(ur))\d{1,12}/"
3232
)
3333
];
3434
}

0 commit comments

Comments
 (0)