From 6aa7adfa66c0c15c1bee17ccfcd29c82bcf0bc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 30 Jun 2026 15:51:38 -0600 Subject: [PATCH] fix(jellyfin-rpc): blacklist media types --- modules/home/discord/jellyfin-rpc.nix | 2 +- modules/home/users/msyds/emacs/lisp/syd/form-feed.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/discord/jellyfin-rpc.nix b/modules/home/discord/jellyfin-rpc.nix index 83fa6be..f2ecc37 100644 --- a/modules/home/discord/jellyfin-rpc.nix +++ b/modules/home/discord/jellyfin-rpc.nix @@ -31,7 +31,7 @@ let display = ["year" "album" "genres"]; separator = "•"; }; - blacklist.libraries = [ + blacklist.media_types = [ "episode" "movie" "book" diff --git a/modules/home/users/msyds/emacs/lisp/syd/form-feed.el b/modules/home/users/msyds/emacs/lisp/syd/form-feed.el index 20c49c4..367b024 100755 --- a/modules/home/users/msyds/emacs/lisp/syd/form-feed.el +++ b/modules/home/users/msyds/emacs/lisp/syd/form-feed.el @@ -15,4 +15,5 @@ ,(plist-get (custom-face-attributes-get font-lock-comment-face (selected-frame)) :foreground)))))) + (provide 'syd/form-feed)