Skip to content

Commit

Permalink
Update DrmMovieController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yhpark-inka authored Nov 16, 2023
1 parent 771258a commit 97448dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function DrmMovieController() {
const [downloadPercent, setDownloadPercent] = useState<[string, number][]>([]);
const [error, setError] = useState<string>('');
const [isSdkInit, setSdkInit] = useState<boolean>(false);
const siteId = 'XFQI';
const siteId = 'DEMO';
const [listeners, setListeners] = useState<[]>([]);

const UseCase = new GetDrmMovies(
Expand Down

0 comments on commit 97448dc

Please sign in to comment.