update:触发搜刮器后更新jellyfin元素

This commit is contained in:
2022-07-20 14:33:21 +08:00
parent 1045e761c9
commit ca06eed516
3 changed files with 11 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ public class HttpTools {
connection.addRequestProperty(key, headers.get(key));
}
}
if(body==null){
body="".getBytes();
}
connection.setDoOutput(true);
connection.setDoInput(true);
connection.addRequestProperty("User-Agent", getUa());