jellyfin 10.10.0 + kody sync queue 12 UserUpdateTimerCallback error. Plugin not working. #70
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Allows for the definition of PR and Issue /commands | |
name: '📟 Slash Command Dispatcher' | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
call: | |
uses: jellyfin/jellyfin-meta-plugins/.github/workflows/command-dispatch.yaml@master | |
secrets: | |
token: ${{ secrets.JF_BOT_TOKEN }} |