musora-content-services 1.0.157 → 1.0.158
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 +2 -0
- package/package.json +1 -1
- package/src/services/railcontent.js +1 -1
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
|
+
### [1.0.158](https://github.com/railroadmedia/musora-content-services/compare/v1.0.157...v1.0.158) (2024-11-08)
|
|
6
|
+
|
|
5
7
|
### [1.0.157](https://github.com/railroadmedia/musora-content-services/compare/v1.0.156...v1.0.157) (2024-11-08)
|
|
6
8
|
|
|
7
9
|
### [1.0.156](https://github.com/railroadmedia/musora-content-services/compare/v1.0.155...v1.0.156) (2024-11-06)
|
package/package.json
CHANGED
|
@@ -299,7 +299,7 @@ export async function fetchContentProgress(currentVersion) {
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
export async function postRecordWatchSession(contentId, mediaTypeId, mediaLengthSeconds, currentSeconds, secondsPlayed, sessionId) {
|
|
302
|
-
let url = `/v2/
|
|
302
|
+
let url = `/railtracker/v2/media-playback-session`;
|
|
303
303
|
return postDataHandler(url, {
|
|
304
304
|
"content_id": contentId,
|
|
305
305
|
"media_type_id": mediaTypeId,
|