Skip to content

Commit 901102f

Browse files
committed
0.2.4
1 parent 342e523 commit 901102f

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

server/openapi.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "MediaTracker",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"license": {
77
"name": "MIT",
88
"url": "https://opensource.org/licenses/MIT"
@@ -1224,6 +1224,14 @@
12241224
"tmdbId": {
12251225
"type": "number",
12261226
"nullable": true
1227+
},
1228+
"audibleId": {
1229+
"type": "string",
1230+
"nullable": true
1231+
},
1232+
"igdbId": {
1233+
"type": "number",
1234+
"nullable": true
12271235
}
12281236
}
12291237
},

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediatracker",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Self hosted media tracker for movies, tv shows, video games, books and audiobooks",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)