Skip to content

Commit

Permalink
Rename NOTAVAILABLE to NOT_AVAILABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
norinorin committed Oct 26, 2024
1 parent 504cba5 commit 6429903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anime_rpc/mpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class WatchingState(IntEnum):
NOTAVAILABLE = -1
NOT_AVAILABLE = -1
STOPPED = 0
PAUSED = 1
PLAYING = 2
Expand Down

0 comments on commit 6429903

Please sign in to comment.