mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
added sample check for remote episode.
This commit is contained in:
parent
b07bc713bb
commit
1665bfa6ac
4 changed files with 22 additions and 1 deletions
|
@ -11,6 +11,7 @@ define(
|
|||
if (!img.src.contains(placeHolder)) {
|
||||
img.src = placeHolder;
|
||||
}
|
||||
img.onerror = null;
|
||||
};
|
||||
|
||||
Handlebars.registerHelper('defaultImg', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue