Skip to content

Commit

Permalink
Merge pull request #82 from xpadev-net/develop
Browse files Browse the repository at this point in the history
release: v0.0.26
  • Loading branch information
xpadev-net authored Feb 21, 2024
2 parents 5adc939 + ce35060 commit 3ed58f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "niconicomments-convert",
"private": false,
"version": "0.0.25",
"version": "0.0.26",
"type": "commonjs",
"license": "MIT",
"main": "build/electron/electron.js",
Expand Down
5 changes: 4 additions & 1 deletion src/controller/movie-picker/remote/remote-movie-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ const RemoteMoviePicker: FC<Props> = ({ onChange }) => {
});
return;
}
if (!targetMetadata.data.media.delivery) {
if (
!targetMetadata.data.media.delivery &&
!targetMetadata.data.media.domand
) {
setMessage({
title: "動画情報の取得に失敗しました",
content: "未購入の有料動画などの可能性があります",
Expand Down

0 comments on commit 3ed58f2

Please sign in to comment.