musora-content-services 2.3.23 → 2.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.3.24](https://github.com/railroadmedia/musora-content-services/compare/v2.3.23...v2.3.24) (2025-05-06)
6
+
5
7
  ### [2.3.23](https://github.com/railroadmedia/musora-content-services/compare/v2.3.22...v2.3.23) (2025-05-06)
6
8
 
7
9
  ### [2.3.22](https://github.com/railroadmedia/musora-content-services/compare/v2.3.21...v2.3.22) (2025-05-05)
package/link_mcs.sh CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "2.3.23",
3
+ "version": "2.3.24",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
- import { getProgressStateByIds, getProgressPercentageByIds, getResumeTimeSecondsByIds } from "./services/contentProgress"
2
- import { isContentLikedByIds } from "./services/contentLikes"
3
- import { fetchLikeCount } from "./services/railcontent"
1
+ import { getProgressStateByIds, getProgressPercentageByIds, getResumeTimeSecondsByIds } from "./contentProgress"
2
+ import { isContentLikedByIds } from "./contentLikes"
3
+ import { fetchLikeCount } from "./railcontent"
4
4
 
5
5
 
6
6
 
File without changes
@@ -289,7 +289,7 @@ function getMediaTypeId(mediaType, mediaCategory) {
289
289
  case 'practice_play-alongs':
290
290
  return 4
291
291
  default:
292
- throw Error(`Unsupported media type: ${mediaType}_${mediaCategory}`)
292
+ return 5
293
293
  }
294
294
  }
295
295
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes