diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-01-09 23:35:05 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2019-01-09 23:35:05 +0900 |
| commit | 9de66e9e874bd6c18b4305687ab0dd364b472c53 (patch) | |
| tree | 25997c573fbe88675f88ff460c05d5747c23e736 /.gitmodules | |
| parent | dbceef97fd070fb0d6096187e7ba60ad3fd924b5 (diff) | |
add jellyfin-web as submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 31a58ecf1a..7aeb94dfca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "ThirdParty/taglib-sharp"] path = ThirdParty/taglib-sharp url = https://github.com/mono/taglib-sharp.git +[submodule "MediaBrowser.WebDashboard/jellyfin-web"] + path = MediaBrowser.WebDashboard/jellyfin-web + url = https://github.com/jellyfin/jellyfin-web.git |
