Skip to content

Commit 0eb32ad

Browse files
committed
fix path on self hosted sound and fideo #671
1 parent c3ce578 commit 0eb32ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlas/modeles/repositories/vmMedias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def switchMedia(row):
109109
if not row.chemin and not row.url:
110110
return None
111111
elif row.chemin:
112-
goodPath = row.chemin
112+
goodPath = utils.findPath(row)
113113
else:
114114
goodPath = row.url
115115

0 commit comments

Comments
 (0)