mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-26 17:31:35 +00:00
Update webservice with cherrypy
Fix playback issues that was causing Kodi to hang up
This commit is contained in:
parent
b2bc90cb06
commit
158a736360
164 changed files with 42855 additions and 174 deletions
14
libraries/cherrypy/tutorial/custom_error.html
Normal file
14
libraries/cherrypy/tutorial/custom_error.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Unauthorized</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>You can't do that!</h2>
|
||||
<p>%(message)s</p>
|
||||
<p>This is a custom error page that is read from a file.<p>
|
||||
<pre>%(traceback)s</pre>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue