Skip to content

Commit b3330b9

Browse files
GilbNarcdz
andauthored
1.19.0 (#653)
* Sonarr, Radarr, Readarr Favicons (#650) * Adds favicon addons to Radarr, Sonarr and Readarr. --------- Co-authored-by: Andrei Rotariu <[email protected]> * Fix themes.py * Servarr Base: Fix auto tagging button Sonarr Base: Fix Series table view row hover. --------- Co-authored-by: Andrei Rotariu <[email protected]>
1 parent f226f29 commit b3330b9

File tree

94 files changed

+957
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+957
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.vscode/*
1+
.vscode/*
2+
venv*/
22 KB
75.8 KB
12.6 KB
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square70x70logo src="/mstile-70x70.png"/>
6+
<square150x150logo src="/mstile-150x150.png"/>
7+
<square310x310logo src="/mstile-310x310.png"/>
8+
<wide310x150logo src="/mstile-310x150.png"/>
9+
<TileColor>#da532c</TileColor>
10+
</tile>
11+
</msapplication>
12+
</browserconfig>
1.44 KB
2.37 KB
14.7 KB
Binary file not shown.
11 KB
10.6 KB

0 commit comments

Comments
 (0)