diff --git a/src/routes/Player/NextVideoPopup/NextVideoPopup.js b/src/routes/Player/NextVideoPopup/NextVideoPopup.js index d424920a0..2b5d1972d 100644 --- a/src/routes/Player/NextVideoPopup/NextVideoPopup.js +++ b/src/routes/Player/NextVideoPopup/NextVideoPopup.js @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2022 Smart code 203358507 + const React = require('react'); const PropTypes = require('prop-types'); const classnames = require('classnames'); diff --git a/src/routes/Player/NextVideoPopup/index.js b/src/routes/Player/NextVideoPopup/index.js index 9c10ee432..a666bc7e0 100644 --- a/src/routes/Player/NextVideoPopup/index.js +++ b/src/routes/Player/NextVideoPopup/index.js @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2022 Smart code 203358507 + const NextEpisodeModal = require('./NextVideoPopup'); module.exports = NextEpisodeModal; diff --git a/src/routes/Player/NextVideoPopup/styles.less b/src/routes/Player/NextVideoPopup/styles.less index 20bfe08db..81a566a24 100644 --- a/src/routes/Player/NextVideoPopup/styles.less +++ b/src/routes/Player/NextVideoPopup/styles.less @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2022 Smart code 203358507 + @import (reference) '~@stremio/stremio-colors/less/stremio-colors.less'; .next-video-popup-container {