fix(jellyfin-rpc): blacklist media types
build / build (push) Failing after 52s

This commit is contained in:
2026-06-30 15:51:38 -06:00
parent cc48c11448
commit 6aa7adfa66
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ let
display = ["year" "album" "genres"]; display = ["year" "album" "genres"];
separator = ""; separator = "";
}; };
blacklist.libraries = [ blacklist.media_types = [
"episode" "episode"
"movie" "movie"
"book" "book"
@@ -15,4 +15,5 @@
,(plist-get (custom-face-attributes-get font-lock-comment-face ,(plist-get (custom-face-attributes-get font-lock-comment-face
(selected-frame)) (selected-frame))
:foreground)))))) :foreground))))))
(provide 'syd/form-feed) (provide 'syd/form-feed)