comty.js 0.57.2 → 0.57.5

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.
@@ -37,7 +37,10 @@ var _sync = require('../sync'); var _sync2 = _interopRequireDefault(_sync);
37
37
  },
38
38
  async () => {
39
39
  if (!useTidal) {
40
- return []
40
+ return {
41
+ total_length: 0,
42
+ tracks: [],
43
+ }
41
44
  }
42
45
 
43
46
  const tidalResult = await _sync2.default.tidalCore.getMyFavoriteTracks({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comty.js",
3
- "version": "0.57.2",
3
+ "version": "0.57.5",
4
4
  "main": "./dist/index.js",
5
5
  "author": "RageStudio <support@ragestudio.net>",
6
6
  "scripts": {