Skip to content

Commit

Permalink
Merge pull request #86 from naari3/url-watch-tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
naari3 authored Jun 18, 2024
2 parents 31e9bb1 + cda993e commit fd7797b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/VideoIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { VideoProps } from "./VideoDetail";

type Props = VideoProps;

const urlPrefix = "https://www.nicovideo.jp/watch/";
const urlPrefix = "https://www.nicovideo.jp/watch_tmp/";

const VideoIcon = React.memo(({ video }: Props) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion components/VideoWrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Props = {
float?: boolean;
} & VideoProps;

const urlPrefix = "https://www.nicovideo.jp/watch/";
const urlPrefix = "https://www.nicovideo.jp/watch_tmp/";

const VideoWrap = React.memo(({ video, float }: Props) => {
const { t } = useTranslation("VideoWrap");
Expand Down

0 comments on commit fd7797b

Please sign in to comment.