SenexCrenshaw / StreamMaster

MIT License
159 stars 20 forks source link

Bug: building default image url improperly #153

Closed obnoxiousish closed 5 months ago

obnoxiousish commented 7 months ago

Setting.cs

 public string DefaultIcon { get; set; } = "images/default.png";

this needs to be /images/default.png i believe, as of right now when it builds a EPG file itll make URLs like "https://master.obnoxious.lolimages/default.png"

note the missing / between l and i

It seems the lead dev on this project doesnt read open issues despite actively maintaining the project so i might make a pull request (but it might get ignored) or idk

obnoxiousish commented 7 months ago

Note: Seems the backend may have support for changing this string but the frontend does not, (guessing, the websocket for saving settings sends it over.)

SenexCrenshaw commented 5 months ago

Check with the latest and reopen if need be.