Today, 12:06 AM
Hello,
First of all amazing work on this feature, it is wonderful.
I am wondering if someone can help me out on a little issue I have.
On my media bar i cannot launch/play anything by clicking the play button for some reason. This only happens when i am using the site i reverse proxy with cloudflare. It works if i connect directly to my ip address. Do you think its possible to work around this? i was thinking if i edit the slideshow.js file like this, maybe it will use my ip address when it launches?:
// State management
const STATE = {
jellyfinData: {
userId: null,
appName: null,
appVersion: null,
deviceName: null,
deviceId: null,
accessToken: null,
serverAddress: (local server ip address)
any thoughts?
Please and thank you!
First of all amazing work on this feature, it is wonderful.
I am wondering if someone can help me out on a little issue I have.
On my media bar i cannot launch/play anything by clicking the play button for some reason. This only happens when i am using the site i reverse proxy with cloudflare. It works if i connect directly to my ip address. Do you think its possible to work around this? i was thinking if i edit the slideshow.js file like this, maybe it will use my ip address when it launches?:
// State management
const STATE = {
jellyfinData: {
userId: null,
appName: null,
appVersion: null,
deviceName: null,
deviceId: null,
accessToken: null,
serverAddress: (local server ip address)
any thoughts?
Please and thank you!