mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 20:22:01 -06:00
Change const names to make them more readable
This commit is contained in:
parent
256c97c2b7
commit
d1859b4c25
2 changed files with 15 additions and 15 deletions
|
|
@ -91,8 +91,8 @@ type HistoryEpisode struct {
|
|||
type WatchlistEntryType string
|
||||
|
||||
const (
|
||||
WATCHLISTENTRYEPISODE = "episode"
|
||||
WATCHLISTENTRYSERIES = "series"
|
||||
WatchlistEntryEpisode = "episode"
|
||||
WatchlistEntrySeries = "series"
|
||||
)
|
||||
|
||||
// EpisodeFromID returns an episode by its api id.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue