Skip to content

Commit

Permalink
display-show.vue: fix show fanart (#7297)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles authored and medariox committed Oct 29, 2019
1 parent 4ed0693 commit ebf4a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes-default/slim/src/components/display-show.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="display-show-template" :class="theme">
<vue-snotify />
<backstretch v-if="config.fanartBackground" v-bind="{indexer, id}" />
<backstretch v-if="show.id.slug" :slug="show.id.slug" />
<input type="hidden" id="series-id" value="">
<input type="hidden" id="indexer-name" value="">
<input type="hidden" id="series-slug" value="">
Expand Down
2 changes: 1 addition & 1 deletion themes/dark/assets/js/medusa-runtime.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/light/assets/js/medusa-runtime.js

Large diffs are not rendered by default.

0 comments on commit ebf4a92

Please sign in to comment.