diff options
-rw-r--r-- | src/fullscreen_credits.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fullscreen_credits.ts b/src/fullscreen_credits.ts index 247d31b..40ea25c 100644 --- a/src/fullscreen_credits.ts +++ b/src/fullscreen_credits.ts @@ -15,6 +15,7 @@ // You should have received a copy of the GNU General Public License // along with Immersive. If not, see <https://www.gnu.org/licenses/>. +// Check episode credits. Maybe `with_hidden_controls()`. import controls from './controls'; import logger from './logger'; import wait_element from './wait_element'; |