basic frontend implementation of new token system

This commit is contained in:
2021-09-19 23:20:37 +02:00
parent e985eb941c
commit f17bac399a
17 changed files with 436 additions and 460 deletions

View File

@@ -26,7 +26,7 @@ const VideoContainer = (props: Props): JSX.Element => {
);
}}
name={el.MovieName}
linkPath={'/player/' + el.MovieId}
linkPath={'/media/player/' + el.MovieId}
/>
)}
data={props.data}>