We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug there seems to be a display issue for one of the poster icons for the show ID 372534 (TVDB)
Screenshots
Medusa
Debug logs (at least 50 lines): Full Log File: application.log.zip not sure if this will be helpful as this is a UI issue. .har Capture: medusa-shedule.har.zip
Additional context HTML of the affected column
<table class="fanartOpacity defaultTable tablesorter calendarTable cal-odd" cellspacing="0" cellpadding="0" border="0"><thead><tr><th>Sunday</th></tr></thead> <tbody><tr><td class="calendarShow"><div class="poster"><a href="http://localhost:8081/home/displayShow?indexername=tvdb&seriesid=354198" target="_self" class="" title="Kaguya-sama: Love is War"><img src="/api/v2/series/tvdb354198/asset/posterThumb?api_key=HIDDEN"></a></div> <div class="text"><span class="airtime"> 12:30 AM on Tokyo MX </span> <span title="" class="episode-title"> S02E02 - </span></div></td></tr> <tr><td class="calendarShow"><div class="poster"><a href="http://localhost:8081/home/displayShow?indexername=tvdb&seriesid=371437" target="_self" class="" title="My Next Life as a Villainess: All Routes Lead to Doom!"><img src="/api/v2/series/tvdb371437/asset/posterThumb?api_key=HIDDEN"></a></div> <div class="text"><span class="airtime"> 02:30 AM on BS11 </span> <span title="" class="episode-title"> S01E03 - </span></div></td></tr> <tr><td class="calendarShow"><div class="poster">" for Me" href="home/displayShow?indexername=tvdb&seriesid=372534"> <img src="/api/v2/series/tvdb372534/asset/posterThumb?api_key=HIDDEN"></div> <div class="text"><span class="airtime"> 02:30 AM on TV Asahi </span> <span title="" class="episode-title"> S01E03 - </span></div></td></tr> <tr><td class="calendarShow"><div class="poster"><a href="http://localhost:8081/home/displayShow?indexername=tvdb&seriesid=366263" target="_self" class="" title="Ascendance of a Bookworm"><img src="/api/v2/series/tvdb366263/asset/posterThumb?api_key=HIDDEN"></a></div> <div class="text"><span class="airtime"> 03:15 AM on ABC (JA) </span> <span title="" class="episode-title"> S01E17 - </span></div></td></tr></tbody></table>
The text was updated successfully, but these errors were encountered:
Mm a show name with double quotes in it. It's a bug. I'll see if I can do a quick fix
Sorry, something went wrong.
i'm sure this can be tested if you manually add double quotes to any continuing show name via manually editing the db...
@p0psicles your quick fix is taking some time.. why not just phase out the quotes in any title as a temp solution...
No branches or pull requests
Describe the bug
there seems to be a display issue for one of the poster icons for the show ID 372534 (TVDB)
Screenshots
Medusa
Debug logs (at least 50 lines):
Full Log File:
application.log.zip
not sure if this will be helpful as this is a UI issue.
.har Capture:
medusa-shedule.har.zip
Additional context
HTML of the affected column
The text was updated successfully, but these errors were encountered: