aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2023-03-13 17:37:07 +0000
committerenen92 <92enen@gmail.com>2023-03-13 17:37:07 +0000
commit7ab26f1ae196613517181aae92a2e232690479a6 (patch)
tree839fcee3a0b56dac8151f745f8af252c6c01f380
parent790b1dd23416cdd0c816e7a6e91fa173fce90022 (diff)
[JSON-RPC] Add genre to Video.Fields.Episode fields
-rw-r--r--xbmc/interfaces/json-rpc/schema/types.json2
-rw-r--r--xbmc/interfaces/json-rpc/schema/version.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/interfaces/json-rpc/schema/types.json b/xbmc/interfaces/json-rpc/schema/types.json
index 37b5140c05..634e3c9a56 100644
--- a/xbmc/interfaces/json-rpc/schema/types.json
+++ b/xbmc/interfaces/json-rpc/schema/types.json
@@ -766,7 +766,7 @@
"showtitle", "cast", "streamdetails", "lastplayed", "fanart",
"thumbnail", "file", "resume", "tvshowid", "dateadded",
"uniqueid", "art", "specialsortseason", "specialsortepisode", "userrating",
- "seasonid", "ratings" ]
+ "seasonid", "ratings", "genre" ]
}
},
"Video.Fields.MusicVideo": {
diff --git a/xbmc/interfaces/json-rpc/schema/version.txt b/xbmc/interfaces/json-rpc/schema/version.txt
index 40bfd87cf7..c31afc1ce8 100644
--- a/xbmc/interfaces/json-rpc/schema/version.txt
+++ b/xbmc/interfaces/json-rpc/schema/version.txt
@@ -1 +1 @@
-JSONRPC_VERSION 13.0.0
+JSONRPC_VERSION 13.1.0