-
-
Notifications
You must be signed in to change notification settings - Fork 19
Blacklist
Radical edited this page Nov 19, 2023
·
1 revision
This is for libraries/media types you don't want displaying on discord
libraries
accepts any string in an array and will block any content from a library with that name from being displayed
"libraries": ["My Secret Library", "My Other Secret Library"]
media_types
accepts media types defined in the code, these currently include episode
, livetv
, movie
, music
, book
and audiobook
.
"media_types": ["livetv", "audiobook"]