From 39544c57ce57a89e32ddee7dec06de82445ad2f7 Mon Sep 17 00:00:00 2001 From: nicetry247 <85026477+nicetry247@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:23:43 +0800 Subject: [PATCH] Fix subtitle filename patterns and update port number Updated subtitle filename matching patterns and local development port. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a034a07..0f689ed 100644 --- a/README.md +++ b/README.md @@ -597,7 +597,7 @@ This release focuses on making OfflineAcademy smoother for real course libraries #### Fixed - Same-folder subtitle imports for files stored outside the app container and mounted into the course library. -- Subtitle filename matching for common Udemy-style exports, including patterns like `-english-onehack.us.srt` and `-persian-onehack.us.srt`. +- Subtitle filename matching for common Udemy-style exports, including patterns like `-english-test.us.srt` and `-persian-test.us.srt`. - Lesson API subtitle ordering so tracks load consistently in the player. - Analytics page data loading by reading analytics directly on the server instead of relying on a fragile internal fetch. @@ -605,4 +605,4 @@ This release focuses on making OfflineAcademy smoother for real course libraries - Course scanning now better handles real-world course folder layouts. - Subtitle files are served as browser-compatible `text/vtt`, including converted SRT files. -- Local development workflow was verified on port `6767` after cache cleanup and rebuild. +- Local development workflow was verified on port `6969` after cache cleanup and rebuild.