Skip to content

Commit

Permalink
streamline teddyBench name
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Dec 3, 2023
1 parent 24da688 commit 504aa7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Currently implemented are:
* [Web frontend](https://github.com/toniebox-reverse-engineering/teddycloud_web) (full stack developers welcome)

## Planned
* TeddyBench integration
* teddyBench integration

## Preparation
### Generate certificates
Expand Down
2 changes: 1 addition & 1 deletion src/handler_cloud.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ void checkAudioIdForCustom(bool_t *isCustom, char date_buffer[32], time_t audioI
}
else
{
/* custom tonies from TeddyBench have the audio id reduced by a constant */
/* custom tonies from teddyBench have the audio id reduced by a constant */
if (unix_time < TEDDY_BENCH_AUDIO_ID_DEDUCT)
{
unix_time += TEDDY_BENCH_AUDIO_ID_DEDUCT;
Expand Down

0 comments on commit 504aa7e

Please sign in to comment.