aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
blob: f5b3dffcc6c1573c9923ec55c587d20159a21714 (plain)
1
2
3
4
5
6
[submodule "jellyfin-server"]
	path = jellyfin-server
	url = https://github.com/jellyfin/jellyfin
[submodule "jellyfin-web"]
	path = jellyfin-web
	url = https://github.com/jellyfin/jellyfin-web
bgstack15