diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 18:53:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 18:53:02 -0400 |
| commit | 8ef442c2e8f39307f72bc98d6c79a9b5f09e6d72 (patch) | |
| tree | e830632342c9b9c5da81f86e382d131c4cda50c5 /Emby.Server.Implementations/project.json | |
| parent | f52373609eac871c2883e1052020ff5327b19707 (diff) | |
move classes
Diffstat (limited to 'Emby.Server.Implementations/project.json')
| -rw-r--r-- | Emby.Server.Implementations/project.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/project.json b/Emby.Server.Implementations/project.json index 81f816753..9d80f8ce4 100644 --- a/Emby.Server.Implementations/project.json +++ b/Emby.Server.Implementations/project.json @@ -1,7 +1,8 @@ { "supports": {}, "dependencies": { - "MediaBrowser.Naming": "1.0.0.59" + "MediaBrowser.Naming": "1.0.0.59", + "UniversalDetector": "1.0.1" }, "frameworks": { ".NETPortable,Version=v4.5,Profile=Profile7": {} |
