Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/ffdbec66dce8844e6f4570f11e89f79f3b32373e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
14 additions and
2 deletions
@ -3643,6 +3643,12 @@
< td style = "text-align: center;" > 1000< / td >
< / tr >
< tr >
< td > Bluray-576p< / td >
< td style = "text-align: center;" > 5< / td >
< td style = "text-align: center;" > 995< / td >
< td style = "text-align: center;" > 1000< / td >
< / tr >
< tr >
< td > HDTV-720p< / td >
< td style = "text-align: center;" > 5< / td >
< td style = "text-align: center;" > 995< / td >
@ -3762,7 +3768,7 @@
< span class = "md-icon" title = "Last update" >
< svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" > < path d = "M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z" / > < / svg >
< / span >
< span class = "git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime" > June 11, 2024 04:48:40 < / span >
< span class = "git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime" > October 28, 2024 20:27:26 < / span >
< / span >
@ -32,6 +32,12 @@
"preferred" : 995 ,
"max" : 1000
} ,
{
"quality" : "Bluray-576p" ,
"min" : 5 ,
"preferred" : 995 ,
"max" : 1000
} ,
{
"quality" : "HDTV-720p" ,
"min" : 5 ,
File diff suppressed because one or more lines are too long