Mercurial > minori
comparison src/core/session.cc @ 383:27c462bc7815
make the "Now Playing" page actually work
| author | Paper <paper@tflc.us> |
|---|---|
| date | Thu, 06 Nov 2025 07:10:58 -0500 |
| parents | 47c9f8502269 |
| children |
comparison
equal
deleted
inserted
replaced
| 382:0265e125f680 | 383:27c462bc7815 |
|---|---|
| 38 unsigned int Session::GetRequests() | 38 unsigned int Session::GetRequests() |
| 39 { | 39 { |
| 40 return requests_; | 40 return requests_; |
| 41 }; | 41 }; |
| 42 | 42 |
| 43 int Session::uptime() | 43 std::int64_t Session::uptime() |
| 44 { | 44 { |
| 45 return timer_.elapsed(); | 45 return timer_.elapsed(); |
| 46 } | 46 } |
