mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Add media type icon
This commit is contained in:
parent
15a871889f
commit
b6a634ea6f
3 changed files with 19 additions and 2 deletions
|
@ -520,3 +520,7 @@ function forceMinMax(elem) {
|
|||
elem.val(val);
|
||||
}
|
||||
}
|
||||
|
||||
function capitalizeFirstLetter(string) {
|
||||
return string.charAt(0).toUpperCase() + string.slice(1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue