Skip to content

Commit

Permalink
They came up with this in the end :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 7, 2025
1 parent f75bb16 commit 32f47f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-domain/src/main/java/nl/vpro/domain/media/Channel.java
Original file line number Diff line number Diff line change
Expand Up @@ -2809,8 +2809,8 @@ public String toString() {
/**
* @since 8.4
*/
@XmlEnumValue("NPOS")
NPOS(VIDEO, Range.atLeast(Year.of(2003)), "https://npostart.nl", true) {
@XmlEnumValue("NVOD")
NVOD(VIDEO, Range.atLeast(Year.of(2003)), "https://npostart.nl", true) {
@Override
public String toString() {
return "NPO Start";
Expand Down

0 comments on commit 32f47f6

Please sign in to comment.