daschu117 / octoprint-stream-overlay

A source file for an OBS Studio browser source that pulls Octoprint info and a webcam stream into a single page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbnail doesn't work from subfolder

handro123 opened this issue · comments

If I have gcode files in a subfolder in Octoprint the thumbnail doesn't load in the Overlay. Looks like it only grabs thumbnails if they're in the root directory:

document.getElementById("thumbnail").src = "/plugin/prusaslicerthumbnails/thumbnail/" + thumbnail;

commented

You can have subdirectories on octoprint? 🤷