mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-14 05:15:08 +00:00
Change most string occurrences of Emby to Jellyfin (case sensitive)
This commit is contained in:
parent
168bab2b01
commit
59c1dd42e3
79 changed files with 833 additions and 832 deletions
|
@ -51,8 +51,8 @@
|
|||
<width>100%</width>
|
||||
<height>25</height>
|
||||
<aspectratio align="right">keep</aspectratio>
|
||||
<texture diffuse="user_image.png">$INFO[Window(Home).Property(EmbyUserImage)]</texture>
|
||||
<visible>!String.IsEmpty(Window(Home).Property(EmbyUserImage))</visible>
|
||||
<texture diffuse="user_image.png">$INFO[Window(Home).Property(JellyfinUserImage)]</texture>
|
||||
<visible>!String.IsEmpty(Window(Home).Property(JellyfinUserImage))</visible>
|
||||
</control>
|
||||
<control type="image">
|
||||
<right>20</right>
|
||||
|
@ -60,7 +60,7 @@
|
|||
<height>25</height>
|
||||
<aspectratio align="right">keep</aspectratio>
|
||||
<texture diffuse="user_image.png">userflyoutdefault.png</texture>
|
||||
<visible>String.IsEmpty(Window(Home).Property(EmbyUserImage))</visible>
|
||||
<visible>String.IsEmpty(Window(Home).Property(JellyfinUserImage))</visible>
|
||||
</control>
|
||||
</control>
|
||||
<control type="image">
|
Loading…
Add table
Add a link
Reference in a new issue