Radiicall / jellyfin-rpc

Displays the content you're currently watching on Discord!
GNU General Public License v3.0
235 stars 17 forks source link

Add show_paused config option (#102) #103

Closed Radiicall closed 8 months ago

Radiicall commented 8 months ago

fixes #102

This will allow you to hide the status when media is paused, it can be configured in the config like this

{
  ...
  "discord": {
    ...
    "show_paused": false
    ...
  }
  ...
}
Radiicall commented 8 months ago

image