mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add release description
This commit is contained in:
parent
68ae496d60
commit
ed66d1a80c
@ -108,7 +108,8 @@ namespace MediaBrowser.Common.Implementations.Updates
|
|||||||
sourceUrl = asset.browser_download_url,
|
sourceUrl = asset.browser_download_url,
|
||||||
targetFilename = targetFilename,
|
targetFilename = targetFilename,
|
||||||
versionStr = version.ToString(),
|
versionStr = version.ToString(),
|
||||||
requiredVersionStr = "1.0.0"
|
requiredVersionStr = "1.0.0",
|
||||||
|
description = obj.body
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user