Skip to content

Commit

Permalink
Update dmm contentid to id
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Aug 13, 2020
1 parent e36a548 commit e7ee92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Javinizer/Public/Get-DmmData.ps1
Expand Up @@ -19,7 +19,7 @@ function Get-DmmData {
$movieDataObject = [pscustomobject]@{
Source = 'dmm'
Url = $dmmUrl
ContentId = Get-DmmContentId -WebRequest $webRequest
Id = Get-DmmContentId -WebRequest $webRequest
Title = Get-DmmTitle -WebRequest $webRequest
Description = Get-DmmDescription -WebRequest $webRequest
ReleaseDate = Get-DmmReleaseDate -WebRequest $webRequest
Expand Down

0 comments on commit e7ee92f

Please sign in to comment.