diff src/track/media.cc @ 343:1faa72660932

*: transfer back to cmake from autotools autotools just made lots of things more complicated than they should have and many things broke (i.e. translations)
author Paper <paper@paper.us.eu.org>
date Thu, 20 Jun 2024 05:56:06 -0400
parents b1f4d1867ab1
children 886f66775f31
line wrap: on
line diff
--- a/src/track/media.cc	Thu Jun 20 03:03:05 2024 -0400
+++ b/src/track/media.cc	Thu Jun 20 05:56:06 2024 -0400
@@ -50,6 +50,10 @@
 						vec.push_back(info.value);
 						success |= true;
 						break;
+					case animone::MediaInfoType::Tab:
+						break;
+					case animone::MediaInfoType::Url:
+						break;
 					default: break;
 				}
 			}