Skip to content

Commit

Permalink
Add stream later constant (#72)
Browse files Browse the repository at this point in the history
- Add `StreamLater` constant
  • Loading branch information
Loic-Dumas authored Jan 20, 2025
1 parent 9825c47 commit 1165f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Config {

const val major = 0
const val minor = 13
const val patch = 0
const val patch = 1
const val versionName = "$major.$minor.$patch"

const val maven_group = "ch.srg.data.provider"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ object RepresentationType {
const val ContinueStreaming = "ContinueStreaming"
const val FavoriteShows = "FavoriteShows"
const val WatchLater = "WatchLater"
const val StreamLater = "StreamLater"
const val ExpiringSoon = "ExpiringSoon"
const val MyProgram = "MyProgram"
const val ShowAccess = "ShowAccess"
Expand Down

0 comments on commit 1165f49

Please sign in to comment.