diff --git a/.vscode/settings.json b/.vscode/settings.json index 7f9abd40a..e866024ef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,6 +31,7 @@ "ovas", "rescan", "rewatching", + "scrobbling", "seasonwide", "seiyuu", "shoko", diff --git a/Shoko.Server/API/v3/Controllers/FileController.cs b/Shoko.Server/API/v3/Controllers/FileController.cs index 8ce0aa969..c8b21b44e 100644 --- a/Shoko.Server/API/v3/Controllers/FileController.cs +++ b/Shoko.Server/API/v3/Controllers/FileController.cs @@ -502,7 +502,7 @@ await scheduler.StartJob(c => /// Can use this to select a specific place (if the name is different). This is mostly used as a hint for players /// If this is enabled, then the file is marked as watched when the stream reaches the end. /// This is not a good way to scrobble, but it allows for players without plugin support to have an option to scrobble. - /// The readahead buffer on the player would determine the required percentage to scrobble. + /// The read-ahead buffer on the player would determine the required percentage to scrobble. /// A file stream for the specified file. [AllowAnonymous] [HttpGet("{fileID}/Stream")] @@ -1111,7 +1111,7 @@ public async Task AddFileToMyList([FromRoute, Range(1, int.MaxValu } /// - /// Unlink all the episodes if no body is given, or only the spesified episodes from the file. + /// Unlink all the episodes if no body is given, or only the specified episodes from the file. /// /// The file id. /// Optional. The body.