Skip to content

Commit

Permalink
Feat: add emby logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Dec 19, 2023
1 parent add489a commit d51a96f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/appIcons/emby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/cinema/MovieList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ const confirmClear = async () => {
class="inline leading-3 w-4"
src="/src/assets/appIcons/alist.svg"
/>
<img
v-else-if="item.base?.vendorInfo?.vendor === 'emby'"
class="inline leading-3 w-4"
src="/src/assets/appIcons/emby.svg"
/>
{{ item.base!.name }}
<button
v-if="item.base!.rtmpSource"
Expand Down

0 comments on commit d51a96f

Please sign in to comment.