freetubesync/FreeTubeSync
Mario Steele 157d46ee2e Updated Endpoints
Updated all endpoints to use Update() method of the model, instead of
trying to use the data from the REST object directly to update the
database.  WHen doing so, tracking gets busted in EFCore, so instead,
will go through and update all properties of a model from the database
object, with the data from the REST object.
2025-07-21 17:10:42 -05:00
..
Database Updated DataContext 2025-07-21 13:03:51 -05:00
EndPoints Updated Endpoints 2025-07-21 17:10:42 -05:00
Migrations Updated Migrations 2025-07-19 12:47:24 -05:00
Model Update Video 2025-07-21 17:09:14 -05:00
Properties Initial Commit 2025-07-19 04:02:09 -05:00
SpecialResponses Initial Commit 2025-07-19 04:02:09 -05:00
appsettings.Development.json Updated App Settings 2025-07-21 13:06:55 -05:00
appsettings.json Updated App Settings 2025-07-21 13:06:55 -05:00
FreeTubeSync.csproj Initial Commit 2025-07-19 04:02:09 -05:00
IRepository.cs Initial Commit 2025-07-19 04:02:09 -05:00
Program.cs Updated Program 2025-07-21 13:06:27 -05:00
Repository.cs Initial Commit 2025-07-19 04:02:09 -05:00