jukebox-media-server 0.3.0 → 0.4.0

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.
@@ -71,6 +71,13 @@
71
71
  "when": 1776370000000,
72
72
  "tag": "0009_subtitles",
73
73
  "breakpoints": true
74
+ },
75
+ {
76
+ "idx": 10,
77
+ "version": "6",
78
+ "when": 1776380000000,
79
+ "tag": "0010_metadata_rename",
80
+ "breakpoints": true
74
81
  }
75
82
  ]
76
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jukebox-media-server",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Self-hosted media server with a Netflix-style interface for browsing and streaming your personal movie and TV show collection.",
5
5
  "license": "MIT",
6
6
  "repository": {