Skip to content

Commit

Permalink
Add Paramount network ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKruegerDev committed Jun 11, 2024
1 parent d785768 commit 0df1580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=app.moviebase
VERSION_NAME=1.4.0-SNAPSHOT
VERSION_NAME=1.4.1-SNAPSHOT

POM_NAME=TMDB API for KMM
POM_DESCRIPTION=Kotlin Multiplatform library to access the TMDB API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ object TmdbNetworkId {
const val CBS = 16
const val HISTORY = 65
const val THE_CW = 71
const val PARAMOUNT = 4330

const val ESPN = 29
const val LIFETIME = 34
Expand Down

0 comments on commit 0df1580

Please sign in to comment.