Skip to content

Commit ec8f3bc

Browse files
committed
Merge commit '144f5a64cdd4df805343bf0e5912f2eda98191bc' into develop
2 parents 7cf27b8 + 144f5a6 commit ec8f3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airdcpp-webapi/api/FilelistApi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ namespace webserver {
156156
{ "total_files", totalFiles },
157157
{ "total_size", totalSize },
158158
{ "read", aList->isRead() },
159-
{ "share_profile", aList->getIsOwnList() ? Serializer::serializeShareProfileSimple(aList->getShareProfile()) : nullptr },
159+
{ "share_profile", aList->getIsOwnList() ? Serializer::serializeShareProfileSimple(aList->getShareProfile()) : json() },
160160
};
161161
}
162162

0 commit comments

Comments
 (0)