mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Formated -> Formatted
This commit is contained in:
parent
93e1258c7c
commit
0aef76c479
17 changed files with 63 additions and 63 deletions
|
@ -52,7 +52,7 @@ let getThumbnailName: VideoMethods.GetThumbnailName
|
|||
let getPreviewName: VideoMethods.GetPreviewName
|
||||
let getTorrentFileName: VideoMethods.GetTorrentFileName
|
||||
let isOwned: VideoMethods.IsOwned
|
||||
let toFormatedJSON: VideoMethods.ToFormatedJSON
|
||||
let toFormattedJSON: VideoMethods.ToFormattedJSON
|
||||
let toAddRemoteJSON: VideoMethods.ToAddRemoteJSON
|
||||
let toUpdateRemoteJSON: VideoMethods.ToUpdateRemoteJSON
|
||||
let transcodeVideofile: VideoMethods.TranscodeVideofile
|
||||
|
@ -257,7 +257,7 @@ export default function (sequelize: Sequelize.Sequelize, DataTypes: Sequelize.Da
|
|||
removeThumbnail,
|
||||
removeTorrent,
|
||||
toAddRemoteJSON,
|
||||
toFormatedJSON,
|
||||
toFormattedJSON,
|
||||
toUpdateRemoteJSON,
|
||||
transcodeVideofile
|
||||
]
|
||||
|
@ -414,7 +414,7 @@ generateMagnetUri = function (this: VideoInstance, videoFile: VideoFileInstance)
|
|||
return magnetUtil.encode(magnetHash)
|
||||
}
|
||||
|
||||
toFormatedJSON = function (this: VideoInstance) {
|
||||
toFormattedJSON = function (this: VideoInstance) {
|
||||
let podHost
|
||||
|
||||
if (this.Author.Pod) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue